We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c86b23 commit c5a4ed5Copy full SHA for c5a4ed5
.github/workflows/ci-release.yaml
@@ -52,6 +52,9 @@ jobs:
52
echo "Publishing to npmjs.org using dist-tag: $DIST_TAG"
53
npm publish --access=public --tag "$DIST_TAG"
54
55
+ - name: Set up auth for GitHub packages
56
+ run: |
57
+ npm config set "//npm.pkg.github.com/:_authToken" "\${NODE_AUTH_TOKEN}"
58
- name: Publish to pkg.github.com
59
env:
60
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments