Skip to content

Commit 06e3b4c

Browse files
committed
ci(github-actions): fix release step tag name and use ncipollo/release-action@v1
Closes: #923
1 parent a355914 commit 06e3b4c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/bumpversion.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2828
changelog_increment_filename: body.md
2929
- name: Release
30-
uses: softprops/action-gh-release@v1
30+
uses: ncipollo/release-action@v1
3131
with:
32-
body_path: "body.md"
33-
tag_name: ${{ env.REVISION }}
34-
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
tag: v${{ env.REVISION }}
33+
bodyFile: "body.md"

0 commit comments

Comments
 (0)