Skip to content

Commit fe10a5b

Browse files
committed
add access flag to publish workflow
Signed-off-by: Matthew Peveler <[email protected]>
1 parent d947076 commit fe10a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919

2020
- run: npm ci
2121

22-
- run: npm publish
22+
- run: npm publish --access public
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)