Skip to content

Commit

Permalink
Update release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alanta committed Jan 6, 2021
1 parent aecd896 commit 7a2f45e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
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].3
uses: gittools/actions/gitversion/[email protected].6
with:
versionSpec: '5.2.x'
versionSpec: '5.x'
- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: gittools/actions/gitversion/[email protected].3
uses: gittools/actions/gitversion/[email protected].6
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 7a2f45e

Please sign in to comment.