Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari authored Dec 3, 2024
1 parent bc98bda commit e7611ed
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 @@ -52,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: "version-${{ steps.calculate_version.outputs.version }}"
release_name: "Release version-${{ steps.calculate_version.outputs.version }}"
release_name: "Release ${{ steps.calculate_version.outputs.version }}"
draft: false
prerelease: false

Expand Down

0 comments on commit e7611ed

Please sign in to comment.