Skip to content

Commit

Permalink
Merge branch 'yawaflua-patch-1' of https://github.com/yawaflua/SPWorlds
Browse files Browse the repository at this point in the history
… into yawaflua-patch-1
  • Loading branch information
yawaflua committed Jun 25, 2024
2 parents 6738ea7 + 341bb7f commit e7c8f08
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: NuGet - Release
on:
release:
types: [published]

push:
branches: [ "master" ]


jobs:
publish-nuget:
runs-on: ubuntu-latest
Expand All @@ -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: "*"
Expand Down

0 comments on commit e7c8f08

Please # to comment.