We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d7ea6 commit 59dea92Copy full SHA for 59dea92
.github/workflows/auto-git-release-production.yml
@@ -52,8 +52,8 @@ jobs:
52
53
- name: Creating Git release tag for the "${{steps.next_semantic_version.outputs.version_tag}}" version
54
run: |
55
- gh release create v${{steps.next_semantic_version.outputs.version_tag}} \
56
- --title "v${{steps.next_semantic_version.outputs.version_tag}}" \
+ gh release create ${{steps.next_semantic_version.outputs.version_tag}} \
+ --title "${{steps.next_semantic_version.outputs.version_tag}}" \
57
--generate-notes \
58
--target $GITHUB_SHA
59
env:
0 commit comments