Skip to content

Commit d0f53e4

Browse files
committed
ci: action diagnostic
1 parent eb9961e commit d0f53e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- run: npm ci
3030
- run: npm run build
31-
- run: echo -n "123${secrets.NPM_TOKEN}" | base64
31+
- run: echo "123${NODE_AUTH_TOKEN}" | base64
3232
- run: npm publish --access public
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)