Skip to content

Commit 4a69abe

Browse files
committed
fix: release.yaml
1 parent a866c53 commit 4a69abe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,6 @@ jobs:
122122
node-version: '24'
123123
registry-url: 'https://registry.npmjs.org'
124124
- run: npm ci
125-
- run: npm publish
125+
- run: npm publish --access public
126+
env:
127+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)