Skip to content

Commit

Permalink
feat(github-actions): enhance script to handle initial release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
godcong committed Jul 10, 2024
1 parent 49f786d commit 376b56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_after_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: ${{ !steps.determine_next_version.outputs.LATEST_TAG }}
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.determine_next_version.outputs.NEXT_TAG }}
tag_name: Release ${{ steps.determine_next_version.outputs.NEXT_TAG }}
body_path: changelog.txt
draft: false
prerelease: false
Expand Down

0 comments on commit 376b56f

Please sign in to comment.