Skip to content

Commit

Permalink
fix: release workflow missing pkg install
Browse files Browse the repository at this point in the history
  • Loading branch information
krsche committed Jul 11, 2022
1 parent 85d9a2f commit c01d223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
with:
fetch-depth: 0 # semantic release needs all the history
- uses: actions/setup-node@v2
- run: sudo npm install --global conventional-changelog-conventionalcommits@5 semantic-release@19
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release@19
run: semantic-release

0 comments on commit c01d223

Please sign in to comment.