Skip to content

Commit 182023c

Browse files
authored
Change npm publish access to public in workflow
1 parent f9a4bb0 commit 182023c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
yarn config set npmAuthToken ${{ secrets.NPM_TOKEN }}
4848
4949
- name: Publish workspaces to npm
50-
run: yarn workspaces foreach --all --no-private -v npm publish --tolerate-republish --tag rc
50+
run: yarn workspaces foreach --all --no-private -v npm publish --access public --tolerate-republish --tag rc
5151

5252
- name: Extract version
5353
id: version

0 commit comments

Comments
 (0)