Skip to content

Commit

Permalink
Output release-drafter workflow summary
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwecan committed Jul 15, 2022
1 parent c642299 commit 118f693
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,20 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- name: Run release-drafter action
id: release-drafter
uses: release-drafter/release-drafter@v5
with:
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Adding markdown
run: |
cat <<MKDOWN
### 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

0 comments on commit 118f693

Please sign in to comment.