Skip to content

Commit

Permalink
Used yarn workspace instead of npx (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwagasore authored Jun 20, 2020
1 parent 4e4a373 commit f01242a
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 @@ -14,7 +14,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn workspace blocjs build
- run: npx semantic-release -e semantic-release-monorepo
- run: yarn workspace blocjs semantic-release -e semantic-release-monorepo
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f01242a

Please sign in to comment.