diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index deda670cb7..84c0164c0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,8 @@ on: push: branches: - main + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: concurrency: ${{ github.workflow }}-${{ github.ref }} @@ -31,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: