Skip to content

Commit 59dea92

Browse files
committed
Fix version tag
1 parent c1d7ea6 commit 59dea92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-git-release-production.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
5353
- name: Creating Git release tag for the "${{steps.next_semantic_version.outputs.version_tag}}" version
5454
run: |
55-
gh release create v${{steps.next_semantic_version.outputs.version_tag}} \
56-
--title "v${{steps.next_semantic_version.outputs.version_tag}}" \
55+
gh release create ${{steps.next_semantic_version.outputs.version_tag}} \
56+
--title "${{steps.next_semantic_version.outputs.version_tag}}" \
5757
--generate-notes \
5858
--target $GITHUB_SHA
5959
env:

0 commit comments

Comments
 (0)