From b9436869768c56e41d2bea530fa7c522ea21e24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bla=C5=A1ko?= Date: Wed, 2 Oct 2024 17:57:02 +0200 Subject: [PATCH] Add documentation npm-publish-beta.yml --- .github/workflows/npm-publish-beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish-beta.yml b/.github/workflows/npm-publish-beta.yml index 21fcc834..9570fa9a 100644 --- a/.github/workflows/npm-publish-beta.yml +++ b/.github/workflows/npm-publish-beta.yml @@ -34,7 +34,7 @@ jobs: preid: beta-${{ env.SHA_SHORT }} skip-tag: "true" skip-commit: "true" - target-branch: ${{ env.TARGET_BRANCH }} + target-branch: ${{ env.TARGET_BRANCH }} # Setting this parameter is a workaround for auto-deleted branches upon merge - uses: actions/setup-node@v4 with: