Skip to content

Commit

Permalink
Upgrading version of gitversion
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaabreu committed Oct 13, 2020
1 parent 3777746 commit 4f90bea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-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/setup@v0.9
uses: gittools/actions/gitversion/setup@v0.9.4
with:
versionSpec: '5.1.x'
- name: Use GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v0.9
uses: gittools/actions/gitversion/execute@v0.9.4
- run: |
echo "NuGetVersionV2: ${{ steps.gitversion.outputs.NuGetVersionV2 }}"
- name: Setup .NET Core
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Fetch all history for all tags and branches
run: git fetch --prune --unshallow
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9
uses: gittools/actions/gitversion/setup@v0.9.4
with:
versionSpec: '5.1.x'
- name: Use GitVersion
id: gitversion
uses: gittools/actions/gitversion/execute@v0.9
uses: gittools/actions/gitversion/execute@v0.9.4
- run: |
echo "NuGetVersionV2: ${{ steps.gitversion.outputs.NuGetVersionV2 }}"
- name: Setup .NET Core
Expand Down

0 comments on commit 4f90bea

Please sign in to comment.