We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd12ca7 commit 9eaf701Copy full SHA for 9eaf701
1 file changed
.github/workflows/publish.yml
@@ -88,7 +88,7 @@ jobs:
88
runs-on: ubuntu-latest
89
environment: production
90
permissions:
91
- contents: read
+ contents: write
92
id-token: write
93
94
steps:
@@ -111,6 +111,7 @@ jobs:
111
run: npm publish --access public
112
env:
113
NPM_CONFIG_PROVENANCE: true
114
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
115
116
- name: Create GitHub Release
117
run: gh release create "v${{ needs.publish-dry-run.outputs.version }}" --generate-notes
0 commit comments