Skip to content

Commit

Permalink
ci: fix error trying to publish private workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Apr 23, 2022
1 parent 87a3ed8 commit 051882a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: yarn install --immutable
- run: yarn build
- run: yarn config set npmAuthToken ${{ secrets.NPM_TOKEN }}
- run: yarn workspaces foreach npm publish --tolerate-republish --access public ${{ fromJSON(env.IS_SNAPSHOT) && '--tag snapshot' || '' }}
- run: yarn workspaces foreach --no-private npm publish --tolerate-republish --access public ${{ fromJSON(env.IS_SNAPSHOT) && '--tag snapshot' || '' }}

0 comments on commit 051882a

Please sign in to comment.