Skip to content

Commit 26b04c7

Browse files
authored
Publish npm package as public
1 parent 2fb7e6a commit 26b04c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
node-version: 20
3535
registry-url: https://registry.npmjs.org/
3636
- run: npm ci
37-
- run: npm publish
37+
- run: npm publish --access public
3838
env:
3939
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)