From e17f690dd66d5f698cbce1949b03f1512b6d9a57 Mon Sep 17 00:00:00 2001 From: Lucian Buzzo Date: Mon, 3 Oct 2022 12:05:30 +0100 Subject: [PATCH] fix: Correctly ID release step in GitHub action The release ID means that the conditional npm publish step will work correctly. Signed-off-by: Lucian Buzzo --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 184de47..0e47c9b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: google-github-actions/release-please-action@v3 + id: release with: release-type: node package-name: release-please-action