ci6
Release Docker Image / build-and-push (release) Failing after 29s
Release NuGet Packages / pack-and-push (release) Has been cancelled

This commit is contained in:
2026-05-20 15:13:14 +03:30
parent 32bce2cdd2
commit a52d2c9fe9
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -8,7 +8,7 @@ on:
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
NUGET_SOURCE_URL: https://nuget.sabp.ir/v3/index.json
NUGET_SOURCE_URL: ${{ secrets.NUGET_API_URL }}/v3/index.json
PACKAGE_OUTPUT: ./artifacts/nuget
PACKAGE_PROJECTS: DevOpsPackageTest/DevOpsPackageTest.csproj
RELEASE_TAG: ${{ gitea.event.release.tag_name }}