Skip to content

Commit

Permalink
Merge branch 'release/stable/1.11' into mergify/bp/release/stable/1.1…
Browse files Browse the repository at this point in the history
…1/pr-125
  • Loading branch information
jeromelaban authored Feb 8, 2023
2 parents fa8fdbe + c50fc31 commit aca3c9a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- main
- release/**

env:
GitVersion_Version: 5.10.3

jobs:
build_tool:
name: Build
Expand Down Expand Up @@ -40,7 +43,7 @@ jobs:
- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v0.9.9
with:
versionSpec: '5.10.3'
versionSpec: ${{ env.GitVersion_Version }}

- name: GitVersion
id: gitversion
Expand Down Expand Up @@ -100,7 +103,7 @@ jobs:
- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v0.9.9
with:
versionSpec: '5.x'
versionSpec: ${{ env.GitVersion_Version }}

- name: GitVersion
id: gitversion
Expand Down Expand Up @@ -215,7 +218,7 @@ jobs:
- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v0.9.9
with:
versionSpec: '5.x'
versionSpec: ${{ env.GitVersion_Version }}

- name: GitVersion
id: gitversion
Expand Down Expand Up @@ -290,7 +293,7 @@ jobs:
- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v0.9.9
with:
versionSpec: '5.x'
versionSpec: ${{ env.GitVersion_Version }}

- name: GitVersion
id: gitversion
Expand Down

0 comments on commit aca3c9a

Please sign in to comment.