Update .github/workflows/nuget-ci.yml
/ build (push) Failing after 45s

This commit is contained in:
2024-11-26 21:48:22 +01:00
parent a748189f84
commit c5240aea9a
+1 -1
View File
@@ -8,7 +8,7 @@ env:
PACKAGE_OWNER: ${{ github.repository_owner }} PACKAGE_OWNER: ${{ github.repository_owner }}
PACKAGE_NAME: MongoDbGenericRepository.${{ env.PACKAGE_VERSION }}.nupkg PACKAGE_NAME: MongoDbGenericRepository.${{ env.PACKAGE_VERSION }}.nupkg
PACKAGE_SOURCE: https://git.home.cuco.li/api/packages/${{ env.PACKAGE_OWNER }}/nuget/index.json PACKAGE_SOURCE: https://git.home.cuco.li/api/packages/${{ env.PACKAGE_OWNER }}/nuget/index.json
PACKAGE_TOKEN: ${{ secrets.GITHUB_TOKEN }} PACKAGE_TOKEN: ${{ secrets.GITEA_TOKEN }}
jobs: jobs:
build: build: