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 c5d7d75 commit 7669952Copy full SHA for 7669952
.github/workflows/publish.yml
@@ -38,3 +38,5 @@ jobs:
38
env:
39
TAG_NAME: 1.4.2
40
- run: npm whoami; npm publish --@github:registry='https://npm.pkg.github.com'
41
+ env:
42
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments