From 98c69c56653976c26d302783bb0a4904d6a32564 Mon Sep 17 00:00:00 2001 From: Dima yawaflua Andreev Date: Fri, 19 Jan 2024 20:13:24 +0300 Subject: [PATCH] Update nuget.yml --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 49b5667..e00faea 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -22,7 +22,7 @@ jobs: PROJECT_FILE_PATH: SPWorldsWrapper/SPWorldsWrapper.csproj VERSION_STATIC: ${{ steps.vars.outputs.tags }} TAG_COMMIT: true - TAG_FORMAT: ${{ steps.meta.outputs.tags }} + TAG_FORMAT: "*" NUGET_KEY: ${{secrets.NUGET_API_KEY}} NUGET_SOURCE: https://api.nuget.org INCLUDE_SYMBOLS: false