Skip to content

Commit 0d96ba8

Browse files
committed
fix: recreate semantic-release workflow with npx
1 parent 748f166 commit 0d96ba8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/semantic-release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,9 @@ jobs:
3030

3131
- name: Verify semantic-release installation
3232
run: |
33-
which semantic-release
34-
semantic-release --version
35-
36-
- name: Verify dependencies
37-
run: npm run validate || true
33+
npx semantic-release --version
3834
3935
- name: Run semantic-release
4036
env:
4137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
run: semantic-release
38+
run: npx semantic-release

0 commit comments

Comments
 (0)