From ca733c8ddc6d2cf249efc43029da7dbaaaf157db Mon Sep 17 00:00:00 2001 From: Todd Date: Sat, 26 Nov 2022 10:50:44 -0600 Subject: [PATCH] draft-release fixes --- .github/workflows/draft-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index efcf0a7c..36afb2e5 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -81,8 +81,8 @@ jobs: - name: Draft Flurl.Http release env: CURRENT_TAG: ${{ steps.release_ver_flurl_http.outputs.tag }} - NEXT_TAG: "Flurl.${{ steps.csproj_ver_flurl_http.outputs.version }}" - RELEASE_NAME: "Flurl ${{ steps.csproj_ver_flurl_http.outputs.version }}" + NEXT_TAG: "Flurl.Http.${{ steps.csproj_ver_flurl_http.outputs.version }}" + RELEASE_NAME: "Flurl.Http ${{ steps.csproj_ver_flurl_http.outputs.version }}" if: env.NEXT_TAG != env.CURRENT_TAG uses: ncipollo/release-action@v1 with: