Skip to content

Commit e9ff332

Browse files
committed
Fix CI release
1 parent 8642547 commit e9ff332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
with:
1212
registry-url: 'https://registry.npmjs.org'
1313
- run: npm install --no-save
14-
- run: npm publish --access=restricted
14+
- run: npm publish --access=public
1515
env:
1616
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)