From b71a8a46d181ba4caec65555a3121481905bb3a2 Mon Sep 17 00:00:00 2001 From: singatias <52874619+singatias@users.noreply.github.com> Date: Sat, 4 Nov 2023 16:20:06 -0400 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 140aaec..d9efd45 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -17,7 +17,7 @@ jobs: - name: Extract Release Version id: extract_version - run: echo ::set-output name=release_version::${{ github.event.release.tag_name }} + run: echo "RELEASE_VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV - name: Setup .NET uses: actions/setup-dotnet@v3