From c03b3d9da10801bc8bb4b48e1301fc9de89b55c2 Mon Sep 17 00:00:00 2001 From: Angela Yu <5506675+wangela@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:51:43 -0700 Subject: [PATCH] chore: update release-please.yml --- .github/workflows/release-please.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0d60054..2400cab 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,6 +19,7 @@ on: push: branches: [main] + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -59,7 +60,7 @@ jobs: - if: ${{ steps.release.outputs.release_created }} name: Install Dependencies - run: npm ci + run: npm install # Now configure node with the registry used for publishing - if: ${{ steps.release.outputs.release_created }}