Update .gitea/workflows/analyze_and_publish.yml

This commit is contained in:
2026-02-03 23:17:44 +01:00
Unverified
parent e655b51da3
commit 755e09b1b7

View File

@@ -32,6 +32,10 @@ jobs:
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 10.0.x
- name: Setup GitVersion
uses: gittools/actions/gitversion/setup@v4.2.0
with: