Skip to content

Commit

Permalink
Update GitVersion in build and release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyaulee committed Feb 1, 2022
1 parent b2b575b commit 30c7827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/WebExtensions.Net-Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
with:
fetch-depth: 0
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].7
uses: gittools/actions/gitversion/[email protected].11
with:
versionSpec: 5.x
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/[email protected].7
uses: gittools/actions/gitversion/[email protected].11
with:
useConfigFile: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/WebExtensions.Net-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected].7
uses: gittools/actions/gitversion/[email protected].11
with:
versionSpec: 5.x
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/[email protected].7
uses: gittools/actions/gitversion/[email protected].11
with:
useConfigFile: true
- name: Restore dependencies
Expand Down

0 comments on commit 30c7827

Please sign in to comment.