We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109ea8d commit 6fc3e0bCopy full SHA for 6fc3e0b
.github/workflows/stage.yml
@@ -42,6 +42,8 @@ jobs:
42
run: npm ci --production
43
44
- name: Publish package
45
+ env:
46
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
run: npm publish
48
49
- name: Commit and push package modifications
0 commit comments