From 1adf8f09a0040f6edc8c13332ead020590231ea0 Mon Sep 17 00:00:00 2001 From: Ilya Date: Wed, 16 Oct 2024 21:29:04 +0300 Subject: [PATCH] version 1.6.4 test (fix) --- .github/workflows/release-action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 81ded86..85b695d 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -22,7 +22,10 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: ['6.0.x', '7.0.x', '8.0.x'] + dotnet-version: | + 6.0.x + 7.0.x + 8.0.x - name: Add NuGet source run: dotnet nuget add source ${{ env.GITHUB_PACKAGES_URL }} \--username '${{secrets.USER_NAME}}' \--password '${{secrets.GIHUB_NUGET_AUTH_TOKEN}}' \--store-password-in-clear-text