Skip to content

Commit 4742ef1

Browse files
authored
fix: Fix publish command (#103)
Fix publish command Signed-off-by: Todd Baert <[email protected]>
1 parent 0a7a5ec commit 4742ef1

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
@@ -39,4 +39,4 @@ jobs:
3939
if: ${{ steps.release.outputs.releases_created }}
4040
env:
4141
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
42-
run: npm run publish
42+
run: npm publish --access public

0 commit comments

Comments
 (0)