Skip to content

Commit 1e7bc6d

Browse files
committed
build: update gitversion action to 0.9.4
Update according to GitTools/actions#176
1 parent aec7194 commit 1e7bc6d

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,17 @@ jobs:
1818
uses: actions/checkout@v2
1919
with:
2020
submodules: true
21-
22-
- name: Fetch all history for all tags and branches
23-
run: |
24-
git config remote.origin.url https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
25-
git fetch --prune --unshallow
26-
21+
fetch-depth: 0
22+
2723
- name: Setup .NET Core
2824
uses: actions/setup-dotnet@v1
2925
with:
3026
dotnet-version: 3.1.x
3127

3228
- name: Install GitVersion
33-
uses: gittools/actions/gitversion/setup@v0.9.3
29+
uses: gittools/actions/gitversion/setup@v0.9.4
3430
with:
35-
versionSpec: "5.2.x"
31+
versionSpec: "5.3.x"
3632

3733
- name: Install dependencies
3834
run: dotnet restore
@@ -44,7 +40,7 @@ jobs:
4440

4541
- name: Versioning
4642
id: gitversion
47-
uses: gittools/actions/gitversion/execute@v0.9.3
43+
uses: gittools/actions/gitversion/execute@v0.9.4
4844

4945
- name: Create directory
5046
run: |

0 commit comments

Comments
 (0)