From f162b13061844bcdd19d6a09494b6df954b88d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 23 Oct 2024 18:57:50 +0200 Subject: [PATCH] chore(ci): fix typo in releasing workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 5b44a43..16d4746 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -138,7 +138,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - name: Publish Beta Release + - name: Publish Alpha Release if: ${{ contains(steps.package-version.outputs.version, '-alpha') == true }} run: npm publish --tag alpha env: