We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e957a commit 11ad499Copy full SHA for 11ad499
1 file changed
.github/workflows/release.yml
@@ -27,4 +27,6 @@ jobs:
27
run: |
28
echo RELEASE_VERSION=${{ github.event.inputs.release-version }} >> $GITHUB_ENV
29
- name: Build, tag, and publish npm package
30
+ env:
31
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
run: ./npm/release.sh
0 commit comments