Skip to content

Commit

Permalink
Merge pull request #94 from Freeesia/dependabot/github_actions/gittoo…
Browse files Browse the repository at this point in the history
…ls/actions-3.0.1

Bump gittools/actions from 3.0.0 to 3.0.1
  • Loading branch information
Freeesia authored Nov 18, 2024
2 parents a3fb528 + 5ca65c4 commit 7b143cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- uses: gittools/actions/gitversion/[email protected].0
- uses: gittools/actions/gitversion/[email protected].1
with:
versionSpec: "5.x"
- id: gitversion
uses: gittools/actions/gitversion/[email protected].0
uses: gittools/actions/gitversion/[email protected].1
- run: |
dotnet publish VdLabel -c Release -o publish --sc ${{ matrix.self }} `
-p:Version=${{ steps.gitversion.outputs.fullSemVer }} `
Expand Down

0 comments on commit 7b143cf

Please sign in to comment.