Skip to content

Commit

Permalink
only use version as release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammerbeck committed May 23, 2024
1 parent 40a0bca commit be7a02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/release-to-git/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ runs:
if: ${{ !(steps.set-latest-tag.outputs.latestTag == steps.get-version.outputs.version) }}
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
TAG: ${{ github.ref_name }}${{ steps.get-version.outputs.version }}
TAG: ${{ steps.get-version.outputs.version }}
run: |
gh release create "$TAG" --title="v${{steps.get-version.outputs.version}}" --generate-notes
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.0

0 comments on commit be7a02b

Please sign in to comment.