We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6845d9 commit ed8cd67Copy full SHA for ed8cd67
.github/workflows/release.yml
@@ -53,5 +53,5 @@ jobs:
53
- run: npm run dist
54
# publish to NPM
55
- run: npm publish
56
- env:
57
- NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_KEY }}
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_KEY }}
0 commit comments