Skip to content

Commit 6615637

Browse files
committed
Publish as public
1 parent aecc75f commit 6615637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
if [ "$IS_BETA" = "true" ]; then
135135
EXTRA_ARGS="--tag beta"
136136
fi
137-
npm publish $EXTRA_ARGS
137+
npm publish --access public $EXTRA_ARGS
138138
env:
139139
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
140140
VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }}

0 commit comments

Comments
 (0)