diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 59015a9..e1f4910 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -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: "*"