Merge branch 'yawaflua-patch-1' of https://github.com/yawaflua/SPWorlds into yawaflua-patch-1

This commit is contained in:
Dima yawaflua Andreev
2024-06-26 02:16:39 +03:00

View File

@@ -3,7 +3,10 @@ name: NuGet - Release
on:
release:
types: [published]
push:
branches: [ "master" ]
jobs:
publish-nuget:
runs-on: ubuntu-latest
@@ -19,7 +22,7 @@ jobs:
- name: Publish to NuGet
uses: kelson-dev/publish-nuget-fixed@2.5.6
with:
PROJECT_FILE_PATH: SPWorldsApi.csproj
PROJECT_FILE_PATH: spworlds-api.csproj
VERSION_STATIC: ${{ steps.vars.outputs.tags }}
TAG_COMMIT: true
TAG_FORMAT: "*"