Skip to content

Commit

Permalink
chore: Adjust gitversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed May 28, 2024
1 parent d2fb1b1 commit debb6e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ concurrency:
group: ${{github.workflow}} - ${{github.ref}}
cancel-in-progress: true

env:
GitVersion_Version: '5.6.x'

jobs:
build-tools:
name: Build Tools
Expand All @@ -37,7 +40,7 @@ jobs:
- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v0.9.9
with:
versionSpec: '5.6.x'
versionSpec: ${{ env.GitVersion_Version }}

- name: GitVersion
id: gitversion
Expand Down

0 comments on commit debb6e6

Please sign in to comment.