CI: Variablen testen
Some checks failed
release-nuget-package / Release NuGet Package (push) Failing after 25s

This commit is contained in:
2026-02-13 20:30:47 +01:00
parent aece91aff0
commit a798ee544e
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: "Build Interfaces Project"
run: dotnet build -c PublishNuget ./Interfaces/Interfaces.csproj
- name: "Release to Package Registry"
run: dotnet nuget push --source gitea --api-key ${{ secrets.REGISTRY_TOKEN_KOCODER }} ./Interfaces/Interfaces.*.nupkg
run: dotnet nuget push --source DAV --api-key ${{ secrets.REGISTRY_TOKEN_KOCODER }} ./Interfaces/Interfaces.*.nupkg
- name: "Create release"
uses: akkuman/gitea-release-action@v1
with: