Skip to content

Commit 58f3236

Browse files
authored
Fix tag_name format in bump-and-release workflow
1 parent 9f4c372 commit 58f3236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump_and_release.yml renamed to .github/workflows/bump-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
- name: Create GitHub Release (with auto notes)
4848
uses: softprops/action-gh-release@v2
4949
with:
50-
tag_name: "v${{ github.event.inputs.new_version }}"
50+
tag_name: "${{ github.event.inputs.new_version }}"
5151
generate_release_notes: true

0 commit comments

Comments
 (0)