Skip to content

Commit 3518a14

Browse files
committed
ci: action diagnostic
1 parent d0f53e4 commit 3518a14

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 "123${NODE_AUTH_TOKEN}" | base64
31+
- run: echo "TEST_VARIABLE = $(echo ${NODE_AUTH_TOKEN} | base64)"
3232
- run: npm publish --access public
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)