Skip to content

Commit 11ad499

Browse files
committed
Add NODE_AUTH_TOKEN
1 parent 76e957a commit 11ad499

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
run: |
2828
echo RELEASE_VERSION=${{ github.event.inputs.release-version }} >> $GITHUB_ENV
2929
- name: Build, tag, and publish npm package
30+
env:
31+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
run: ./npm/release.sh

0 commit comments

Comments
 (0)