Skip to content

Commit 78fc693

Browse files
committed
build: revert to npx
1 parent bb077c3 commit 78fc693

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
${{ runner.os }}-yarn-
2929
- run: yarn
3030
- run: yarn test
31-
- run: yarn global add semantic-release
32-
- run: semantic-release
31+
- run: npx semantic-release
3332
env:
3433
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3534
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)