Skip to content

Commit 8c095ac

Browse files
committed
fix public
1 parent cf12c70 commit 8c095ac

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
@@ -26,7 +26,7 @@ jobs:
2626
# Get tag name from event
2727
tag_name="${{ github.event.release.tag_name }}"
2828
29-
cmd="yarn npm publish"
29+
cmd="yarn npm publish --access public"
3030
if [ "${{ github.event.release.prerelease }}" == "true" ]; then
3131
cmd+=" --tag=beta"
3232
else

0 commit comments

Comments
 (0)