Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
make it stop
  • Loading branch information
bmario committed Jul 15, 2022
1 parent b44f867 commit 08fa138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@metricq'
- run: yarn install
- run: yarn foreach npm publish --tolerate-republish --access public
- run: yarn workspaces foreach npm publish --tolerate-republish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 08fa138

Please sign in to comment.