Skip to content

Commit c5a4ed5

Browse files
committed
Fix auth
1 parent 0c86b23 commit c5a4ed5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
echo "Publishing to npmjs.org using dist-tag: $DIST_TAG"
5353
npm publish --access=public --tag "$DIST_TAG"
5454
55+
- name: Set up auth for GitHub packages
56+
run: |
57+
npm config set "//npm.pkg.github.com/:_authToken" "\${NODE_AUTH_TOKEN}"
5558
- name: Publish to pkg.github.com
5659
env:
5760
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)