Skip to content

Commit 748f166

Browse files
committed
debug: add semantic-release verification steps
1 parent 41c2120 commit 748f166

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/semantic-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
- name: Install dependencies
2929
run: npm install --legacy-peer-deps
3030

31-
- name: Install semantic-release globally
32-
run: npm install -g semantic-release
31+
- name: Verify semantic-release installation
32+
run: |
33+
which semantic-release
34+
semantic-release --version
3335
3436
- name: Verify dependencies
3537
run: npm run validate || true

0 commit comments

Comments
 (0)