mirror of
https://github.com/yawaflua/SPWorldsWrapper.git
synced 2025-12-09 20:19:28 +02:00
Update nuget.yml
This commit is contained in:
committed by
GitHub
parent
464afc5eb9
commit
0eea6db426
2
.github/workflows/nuget.yml
vendored
2
.github/workflows/nuget.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
id: vars
|
id: vars
|
||||||
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
|
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
|
||||||
- name: Publish to NuGet
|
- name: Publish to NuGet
|
||||||
uses: brandedoutcast/publish-nuget@v2
|
uses: kelson-dev/publish-nuget-fixed@2.5.6
|
||||||
with:
|
with:
|
||||||
PROJECT_FILE_PATH: SPWorldsWrapper/SPWorldsWrapper.csproj
|
PROJECT_FILE_PATH: SPWorldsWrapper/SPWorldsWrapper.csproj
|
||||||
VERSION_STATIC: ${{ steps.vars.outputs.tags }}
|
VERSION_STATIC: ${{ steps.vars.outputs.tags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user