Skip to content

Commit c01d223

Browse files
committed
fix: release workflow missing pkg install
1 parent 85d9a2f commit c01d223

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
with:
1919
fetch-depth: 0 # semantic release needs all the history
2020
- uses: actions/setup-node@v2
21+
- run: sudo npm install --global conventional-changelog-conventionalcommits@5 semantic-release@19
2122
- name: Release
2223
env:
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
run: npx semantic-release@19
25+
run: semantic-release

0 commit comments

Comments
 (0)