Skip to content

Commit

Permalink
fix: add additional-package "@semantic-release/git"
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Dec 8, 2023
1 parent c396f12 commit cbe0ce2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Semantic release
uses: codfish/semantic-release-action@v3
id: semanticrelease
with:
additional-packages: |
['@semantic-release/git']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit cbe0ce2

Please sign in to comment.