Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
r.kornelius authored and r.kornelius committed May 26, 2021
2 parents 12362fe + 9aec67e commit 855a53b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- name: Fetch all history for all tags and branches
run: git fetch --prune --unshallow
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].2
uses: gittools/actions/gitversion/[email protected].7
with:
versionSpec: '5.2.x'
versionSpec: '5.5.x'
- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: gittools/actions/gitversion/[email protected].2
uses: gittools/actions/gitversion/[email protected].7

- name: Build solution
run: dotnet build --configuration Release Vescon.So.WebApi.sln
Expand Down

0 comments on commit 855a53b

Please sign in to comment.