Update dotnet.yml

This commit is contained in:
Dima yawaflua Andreev
2024-06-26 01:07:01 +03:00
committed by GitHub
parent 857e5e7f02
commit 8d8ee3d39f

View File

@@ -26,8 +26,4 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Publish
uses: brandedoutcast/publish-nuget@v2.5.5
with:
PROJECT_FILE_PATH: SPWorldsApi.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}