Skip to content

Commit 4c54292

Browse files
committed
fix: all global semantic to see if that helps it find the dependency
1 parent 7c1cdd1 commit 4c54292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
name: Unshallow
2727
run: git fetch --prune --unshallow
2828
- name: Install semantic-release Dependency
29-
run: npm install -g conventional-changelog-conventionalcommits
29+
run: npm install -g semantic-release conventional-changelog-conventionalcommits
3030
-
3131
name: Tag Release
32-
run: npx semantic-release
32+
run: semantic-release
3333
-
3434
name: Set up Go
3535
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)