We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9961e commit d0f53e4Copy full SHA for d0f53e4
1 file changed
.github/workflows/npm-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- run: npm ci
30
- run: npm run build
31
- - run: echo -n "123${secrets.NPM_TOKEN}" | base64
+ - run: echo "123${NODE_AUTH_TOKEN}" | base64
32
- run: npm publish --access public
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments