Skip to content

Commit

Permalink
Merge pull request #3 from alhankeser/feature/releases
Browse files Browse the repository at this point in the history
Tweak release naming
  • Loading branch information
alhankeser authored Jul 1, 2024
2 parents 9d948ce + f87094f commit 2510b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
name: ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
- name: Get major version
id: major_version
Expand Down

0 comments on commit 2510b82

Please sign in to comment.