We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae43786 commit e5a26c6Copy full SHA for e5a26c6
.github/workflows/release.yml
@@ -29,7 +29,6 @@ jobs:
29
with:
30
node-version: '20'
31
registry-url: 'https://registry.npmjs.org'
32
- token: ${{ secrets.NPM_TOKEN }}
33
34
- name: Install dependencies
35
run: bun install --frozen-lockfile
@@ -59,6 +58,8 @@ jobs:
59
58
60
- name: Publish to npm
61
run: npm publish --provenance --access public
+ env:
62
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
63
64
- name: Create GitHub Release
65
uses: softprops/action-gh-release@v2
0 commit comments