Skip to content

Commit

Permalink
Merge pull request #53 from RedAtman/dev
Browse files Browse the repository at this point in the history
Fix: Remove redundant release name
  • Loading branch information
RedAtman authored Jul 31, 2024
2 parents d89eb8a + 07aa256 commit 38fa57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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: Set up Git
Expand Down

0 comments on commit 38fa57f

Please sign in to comment.