Skip to content

Commit

Permalink
ci(github-actions): fix release step tag name and use ncipollo/releas…
Browse files Browse the repository at this point in the history
…e-action@v1

Closes: commitizen-tools#923
  • Loading branch information
Lee-W committed Dec 7, 2023
1 parent a355914 commit 06e3b4c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/bumpversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
changelog_increment_filename: body.md
- name: Release
uses: softprops/action-gh-release@v1
uses: ncipollo/release-action@v1
with:
body_path: "body.md"
tag_name: ${{ env.REVISION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: v${{ env.REVISION }}
bodyFile: "body.md"

0 comments on commit 06e3b4c

Please sign in to comment.