We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e39d711 + 034ef23 commit 1dec0b0Copy full SHA for 1dec0b0
.github/workflows/publish.yml
@@ -63,4 +63,4 @@ jobs:
63
- if: steps.published.outputs.exists == 'false'
64
run: cd packages/cruel && npm publish --access public --provenance
65
env:
66
- NODE_AUTH_TOKEN: ""
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments