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