Update nuget.yml

This commit is contained in:
Dima yawaflua
2023-12-10 23:48:41 +03:00
committed by GitHub
parent 0c9d08ac04
commit b85ceab484

View File

@@ -23,7 +23,7 @@ jobs:
- name: Publish to NuGet
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: NetLicensingClient.csproj
PROJECT_FILE_PATH: SPWorldsWrapper/SPWorldsWrapper.csproj
VERSION_REGEX: ${{ steps.vars.outputs.tags }}
TAG_FORMAT: '*'
NUGET_KEY: ${{secrets.NUGET_API_KEY}}