We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731189c commit cefe9a5Copy full SHA for cefe9a5
1 file changed
.github/workflows/release.yaml
@@ -47,3 +47,5 @@ jobs:
47
- run: npm ci
48
- run: npm test
49
- run: npm publish --provenance --access public
50
+ env:
51
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments