File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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 : |
You can’t perform that action at this time.
0 commit comments