From 4c84c760ee00ff903a5466d21da7b5f82d5bdb64 Mon Sep 17 00:00:00 2001 From: Jean-David Moisan Date: Mon, 29 Jan 2024 18:53:56 -0500 Subject: [PATCH] Update pipeline --- .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 0f4df9a..4171567 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,9 +16,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Get version from tag run: | TAGVERSION=$(git describe --tags --abbrev=0)