Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Remove hash from tag to allow docker builds to work
  • Loading branch information
marcelfolaron committed Oct 12, 2023
1 parent 676326b commit a28ed34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
draft: false
prerelease: false
name: Leantime v${{ steps.version.outputs.version }}
tag: v${{ steps.version.outputs.version }}-${{ steps.hash.outputs.git_hash }}
tag: v${{ steps.version.outputs.version }}
generateReleaseNotes: true
makeLatest: true
env:
Expand Down

0 comments on commit a28ed34

Please sign in to comment.