Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstengaard committed Sep 25, 2023
1 parent b8117ad commit 11fbd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Set version and tag
shell: pwsh
run: |
"BUILD_VERSION=1.0.{0}" -f (git rev-list --count $env:GITHUB_REF) >> $env:GITHUB_ENV
"BUILD_VERSION=1.1.{0}" -f (git rev-list --count $env:GITHUB_REF) >> $env:GITHUB_ENV
"BUILD_VERSION_SHA={0}" -f (git log --pretty=format:'%h' -n 1 $env:GITHUB_REF) >> $env:GITHUB_ENV
"${{ env.BUILD_VERSION }}" > hst-imager.release-tag.txt
"hst-imager_v${{ env.BUILD_VERSION }}-${{ env.BUILD_VERSION_SHA }}" > hst-imager.release-version.txt
Expand Down

0 comments on commit 11fbd46

Please sign in to comment.