Skip to content

Commit

Permalink
Merge branch 'develop' into fix/debug_configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmorato authored Aug 21, 2024
2 parents 033cd73 + 0644907 commit bc9365f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd_standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,12 +529,12 @@ jobs:
echo "PATH=$Env:PATH" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v1
uses: gittools/actions/gitversion/setup@v2
with:
versionSpec: '5.12.0'

- name: Determine Version
uses: gittools/actions/gitversion/execute@v1
uses: gittools/actions/gitversion/execute@v2
with:
useConfigFile: true

Expand Down Expand Up @@ -687,12 +687,12 @@ jobs:
dotnet-version: '8.0.x'

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v1
uses: gittools/actions/gitversion/setup@v2
with:
versionSpec: '5.12.0'

- name: Determine Version
uses: gittools/actions/gitversion/execute@v1
uses: gittools/actions/gitversion/execute@v2
with:
useConfigFile: true

Expand Down

0 comments on commit bc9365f

Please sign in to comment.