Skip to content

Commit

Permalink
Fix GitVersion issue (attempt #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
manio143 committed Feb 2, 2025
1 parent 8497bfa commit a0a59e5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
with:
fetch-depth: 0 # full checkout
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v3.0.0
with:
versionSpec: '6.0.x'
uses: gittools/actions/gitversion/setup@v3.1.11
- name: Determine Version
id: version # step id used as reference for output values
uses: gittools/actions/gitversion/execute@v3.0.0
uses: gittools/actions/gitversion/execute@v3.1.11

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit a0a59e5

Please sign in to comment.