Skip to content

Commit 98c65f2

Browse files
committed
chore: Update npm publish command to include access public flag
1 parent 06301e4 commit 98c65f2

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
@@ -14,6 +14,6 @@ jobs:
1414
node-version: 20
1515
registry-url: https://registry.npmjs.org/
1616
- run: npm install
17-
- run: npm publish
17+
- run: npm publish --access public
1818
env:
1919
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)