Skip to content

Commit 27289f7

Browse files
committed
ci(release-please): enforce public package
1 parent a71dc77 commit 27289f7

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
@@ -36,4 +36,4 @@ jobs:
3636
run: |
3737
cd ${{ matrix.path_released }}
3838
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> ./.npmrc
39-
npm publish --workspaces false
39+
npm publish --workspaces false --access public

0 commit comments

Comments
 (0)