Skip to content

Commit

Permalink
Add documentation npm-publish-beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham authored Oct 2, 2024
1 parent 785735f commit b943686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b943686

Please sign in to comment.