mirror of
https://github.com/yawaflua/SPWorldsWrapper.git
synced 2025-12-14 09:36:20 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b85ceab484 | ||
|
|
0c9d08ac04 |
4
.github/workflows/nuget.yml
vendored
4
.github/workflows/nuget.yml
vendored
@@ -2,7 +2,7 @@ name: NetLicensing C# Client - Release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [release]
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-nuget:
|
publish-nuget:
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Publish to NuGet
|
- name: Publish to NuGet
|
||||||
uses: brandedoutcast/publish-nuget@v2
|
uses: brandedoutcast/publish-nuget@v2
|
||||||
with:
|
with:
|
||||||
PROJECT_FILE_PATH: NetLicensingClient.csproj
|
PROJECT_FILE_PATH: SPWorldsWrapper/SPWorldsWrapper.csproj
|
||||||
VERSION_REGEX: ${{ steps.vars.outputs.tags }}
|
VERSION_REGEX: ${{ steps.vars.outputs.tags }}
|
||||||
TAG_FORMAT: '*'
|
TAG_FORMAT: '*'
|
||||||
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
|
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
|
||||||
|
|||||||
Reference in New Issue
Block a user