fix: update npm-dev.yaml (#4781)
This commit is contained in:
parent
a2f530161f
commit
8816ab93fe
4
.github/workflows/npm-dev.yaml
vendored
4
.github/workflows/npm-dev.yaml
vendored
@ -24,4 +24,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
NPM_TAG: "beta"
|
||||
PR_NUMBER_AND_COMMIT_SHA: ${{ github.event.number }}-${{ github.event.pull_request.head.sha }}
|
||||
# Since this only runs on a merge into main, we can't use github.event.number
|
||||
# so we instead use the word "beta" and the PR merge commit SHA
|
||||
PR_NUMBER_AND_COMMIT_SHA: beta-${{ github.sha }}
|
||||
|
Reference in New Issue
Block a user