Skip to content

Commit 6499e81

Browse files
author
Jason Barry
authored
fix: actually make public (#31)
1 parent 61d8494 commit 6499e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ steps.release.outputs.release_created }}
2828
- run: npm ci
2929
if: ${{ steps.release.outputs.release_created }}
30-
- run: npm publish
30+
- run: npm publish --access public
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3333
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)