diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 9ed62dc..b79e05c 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -20,5 +20,6 @@ jobs: uses: brandedoutcast/publish-nuget@v2 with: PROJECT_FILE_PATH: SPWorldsWrapper/SPWorldsWrapper.csproj + VERSION_STATIC: ${{ steps.vars.outputs.tags }} TAG_FORMAT: '*' NUGET_KEY: ${{secrets.NUGET_API_KEY}}