Skip to content

Commit

Permalink
Merge pull request #537 from tkrs/migrate-to-github-releaser
Browse files Browse the repository at this point in the history
ci(build): migrate GitHub releaser
  • Loading branch information
tkrs committed May 6, 2024
2 parents 65bf72c + ea0a3af commit 70a6477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
git push --follow-tags
echo "tag_name=$(git describe HEAD --abbrev=0)" >> $GITHUB_OUTPUT
- name: Create release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_name: Release ${{ steps.publish_tag.outputs.tag_name }}
name: Release ${{ steps.publish_tag.outputs.tag_name }}
tag_name: ${{ steps.publish_tag.outputs.tag_name }}
body_path: RELEASE_BODY.md

0 comments on commit 70a6477

Please sign in to comment.