Skip to content

Commit 6716ea0

Browse files
authored
chore: fix npm publish (#26)
1 parent 0ceb72a commit 6716ea0

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
@@ -37,7 +37,7 @@ jobs:
3737
run: npm run test:ci
3838
if: ${{ steps.release.outputs.release_created }}
3939
- name: Publish to npm
40-
run: npm publish
40+
run: npm publish --access public
4141
if: ${{ steps.release.outputs.release_created }}
4242
env:
4343
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)