Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstengaard committed Sep 24, 2023
1 parent 97d2b16 commit eb27ebc
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 @@ -21,7 +21,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
- name: Write version and tag
Expand Down

0 comments on commit eb27ebc

Please sign in to comment.