Skip to content

Commit 63f06b8

Browse files
committed
fix: add public flag to pipline publishing
Signed-off-by: Lukas Reining <lukas.reining@codecentric.de>
1 parent 3c6ed29 commit 63f06b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
if: ${{ steps.release.outputs.release_created }}
4646
env:
4747
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
48-
run: npm publish
48+
run: npm publish --access public

0 commit comments

Comments
 (0)