Skip to content

Commit 820e48e

Browse files
committed
fix: rewrite npx semantic release command
1 parent 447cec7 commit 820e48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
27-
run: npx -p node@v18-lts -c "npx semantic-release"
27+
run: npx semantic-release

0 commit comments

Comments
 (0)