From 1a41a7a88b95bf470834d864b215021920f1ebd3 Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Wed, 22 Nov 2023 16:58:46 -0500 Subject: [PATCH] Manual release job trigger (#2970) Allow manual triggers of release CI job --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: