Skip to content

Commit ce6da2c

Browse files
authored
Change npm publish command to use public access
1 parent 0d5d2a9 commit ce6da2c

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
50+
run: yarn workspaces foreach --all --no-private -v npm publish --access public --tolerate-republish
5151

5252
- name: Extract version
5353
id: version

0 commit comments

Comments
 (0)