Update .gitea/workflows/analyze_and_publish.yml
This commit is contained in:
@@ -32,6 +32,10 @@ jobs:
|
|||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Setup .NET
|
||||||
|
uses: actions/setup-dotnet@v3
|
||||||
|
with:
|
||||||
|
dotnet-version: 10.0.x
|
||||||
- name: Setup GitVersion
|
- name: Setup GitVersion
|
||||||
uses: gittools/actions/gitversion/setup@v4.2.0
|
uses: gittools/actions/gitversion/setup@v4.2.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user