Skip to content

Commit

Permalink
draft-release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier committed Nov 26, 2022
1 parent e1ba007 commit ca733c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca733c8

Please sign in to comment.