From 8b0043e1abe664dc6cffc30f15f7b96df90667f1 Mon Sep 17 00:00:00 2001 From: Dima yawaflua Andreev Date: Fri, 19 Jan 2024 20:07:44 +0300 Subject: [PATCH] Update nuget.yml --- .github/workflows/nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index eba908f..49b5667 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -12,7 +12,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.x.x' + dotnet-version: '7.x.x' - name: Set output id: vars run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT @@ -22,7 +22,7 @@ jobs: PROJECT_FILE_PATH: SPWorldsWrapper/SPWorldsWrapper.csproj VERSION_STATIC: ${{ steps.vars.outputs.tags }} TAG_COMMIT: true - TAG_FORMAT: '*' + TAG_FORMAT: ${{ steps.meta.outputs.tags }} NUGET_KEY: ${{secrets.NUGET_API_KEY}} NUGET_SOURCE: https://api.nuget.org INCLUDE_SYMBOLS: false