Skip to content

Commit

Permalink
move redirection to the right spot
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwecan committed Jul 15, 2022
1 parent 118f693 commit 786d770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:

- name: Adding markdown
run: |
cat <<MKDOWN
cat <<MKDOWN >> $GITHUB_STEP_SUMMARY
### Release Drafter :rocket:
* **Draft Release URL**:
[${{ steps.release-drafter.outputs.name }} (${{ steps.release-drafter.outputs.id }})](${{ steps.release-drafter.outputs.html_url }})
* **Tag Name**: ${{ steps.release-drafter.outputs.tag_name }}
MKDOWN >> $GITHUB_STEP_SUMMARY
MKDOWN

0 comments on commit 786d770

Please sign in to comment.