Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron authored Oct 8, 2023
1 parent 79c8eac commit 3194063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: version
- name: Get Hash
id: hash
run: echo "git_hash=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_HASH
run: echo "git_hash=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_OUTPUT
- name: build artifacts
run: make package
- name: release
Expand All @@ -30,7 +30,7 @@ jobs:
draft: false
prerelease: false
name: Leantime v${{ steps.version.outputs.version }}
tag: v${{ steps.version.outputs.version }}-${{ env.hash }}
tag: v${{ steps.version.outputs.version }}-${{ steps.hash.outputs.git_hash }}
generateReleaseNotes: true
makeLatest: true
env:
Expand Down

0 comments on commit 3194063

Please sign in to comment.