Skip to content

Commit

Permalink
Fix version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jan 10, 2023
1 parent c1d7ea6 commit 59dea92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-git-release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
- name: Creating Git release tag for the "${{steps.next_semantic_version.outputs.version_tag}}" version
run: |
gh release create v${{steps.next_semantic_version.outputs.version_tag}} \
--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}}" \
--generate-notes \
--target $GITHUB_SHA
env:
Expand Down

0 comments on commit 59dea92

Please sign in to comment.