2 Commits

Author SHA1 Message Date
Dima yawaflua
b85ceab484 Update nuget.yml 2023-12-10 23:48:41 +03:00
Dima yawaflua
0c9d08ac04 Update nuget.yml 2023-12-10 23:43:28 +03:00

View File

@@ -2,7 +2,7 @@ name: NetLicensing C# Client - Release
on:
release:
types: [release]
types: [published]
jobs:
publish-nuget:
@@ -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}}