Skip to content

Commit

Permalink
fix: install "@semantic-release/git" before executing "semantic-release"
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Dec 7, 2023
1 parent b057aae commit 333f0d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: npx semantic-release -e @semantic-release/git
run: npx -p @semantic-release/git semantic-release


0 comments on commit 333f0d7

Please sign in to comment.