mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Switch to fork due to https://github.com/brandedoutcast/publish-nuget/issues/58
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user