Skip to content

Commit 9c1bbdc

Browse files
committed
public package
1 parent 6032226 commit 9c1bbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
registry-url: "https://registry.npmjs.org"
2626
- run: npm ci
2727
- run: npm run build
28-
- run: npm publish
28+
- run: npm publish --access public
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)