Skip to content

Commit ee752c6

Browse files
committed
ci: Switch to npx because yarn global add requires more setup
``` /home/runner/work/_temp/3e84396b-a585-4933-994a-8886a8cb901d.sh: line 1: semantic-release: command not found ```
1 parent 90c90c0 commit ee752c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
24-
run: yarn global add semantic-release && semantic-release
24+
run: npx semantic-release

0 commit comments

Comments
 (0)