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 407f36e commit 3b2c776Copy full SHA for 3b2c776
.github/workflows/release.yaml
@@ -28,4 +28,4 @@ jobs:
28
run: npx ts-node --transpile-only scripts/publish.ts
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments