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 }}