From 9939c3e129a9edabcf9e40df9a276c1d973175d3 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 20 Sep 2022 12:10:43 -0400 Subject: [PATCH] Switch to fork due to https://github.com/brandedoutcast/publish-nuget/issues/58 --- .github/workflows/ci-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 8dd7ccafb4..850ebd395a 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -659,7 +659,7 @@ jobs: uses: actions/checkout@v3 - name: Publish API to NuGet - uses: brandedoutcast/publish-nuget@v2 + uses: alirezanet/publish-nuget@v3.0.0 with: PROJECT_FILE_PATH: src/Tgstation.Server.Api/Tgstation.Server.Api.csproj TAG_COMMIT: false @@ -667,7 +667,7 @@ jobs: NUGET_KEY: ${{ secrets.NUGET_API_KEY }} - name: Publish Client to NuGet - uses: brandedoutcast/publish-nuget@v2 + uses: alirezanet/publish-nuget@v3.0.0 with: PROJECT_FILE_PATH: src/Tgstation.Server.Client/Tgstation.Server.Client.csproj TAG_COMMIT: false