diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d95cb6ee58..cdd2b189a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ name: Release on: - push: - branches: - - main + # push: + # branches: + # - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -33,7 +33,7 @@ jobs: - name: Install Dependencies run: yarn - - name: Create Release Pull Request or Publish to npm + - name: Create Release PR or Publish to NPM id: changesets uses: changesets/action@v1 with: