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: