Skip to content

Commit

Permalink
ci: Switch to npx because yarn global add requires more setup
Browse files Browse the repository at this point in the history
```
/home/runner/work/_temp/3e84396b-a585-4933-994a-8886a8cb901d.sh: line 1: semantic-release: command not found
```
  • Loading branch information
mrchief committed Jul 14, 2020
1 parent 90c90c0 commit ee752c6
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 @@ -21,4 +21,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn global add semantic-release && semantic-release
run: npx semantic-release

0 comments on commit ee752c6

Please sign in to comment.