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