From 7fde167ad402a5a3db080960cd2a79e7b524b3fd Mon Sep 17 00:00:00 2001 From: Stanislav Tereschenkov Date: Mon, 15 Apr 2024 10:59:44 +0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06d798c..62f5cad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: '7.0.x' # SDK Version to use; x will use the latest version of the 6.0 channel + dotnet-version: '8.0.x' # SDK Version to use; x will use the latest version of the 6.0 channel - name: Build run: dotnet build --configuration Release /p:Version=${VERSION} - name: Pack @@ -26,4 +26,4 @@ jobs: - name: Push run: dotnet nuget push atisu.services.consul.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${ATISERVICES_NUGET_APIKEY} env: - ATISERVICES_NUGET_APIKEY: ${{ secrets.ATISERVICES_NUGET_APIKEY }} \ No newline at end of file + ATISERVICES_NUGET_APIKEY: ${{ secrets.ATISERVICES_NUGET_APIKEY }}