Skip to content

Commit

Permalink
Use steps.draft.outputs.body
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jun 10, 2022
1 parent f833484 commit 07847ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven-cd.yml
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: Release Drafter
uses: release-drafter/release-drafter@v5
id: draft
if: steps.verify-ci-status.outputs.result == 'success'
with:
name: next
Expand All @@ -35,11 +36,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Check interesting categories
uses: jenkins-infra/interesting-category-action@v1.1.0
uses: jetersen/interesting-category-action@patch-1 # TODO https://github.com/jenkins-infra/interesting-category-action/pull/5
id: interesting-categories
if: steps.verify-ci-status.outputs.result == 'success'
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_DRAFT_BODY: ${{ steps.draft.outputs.body }}

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 07847ba

Please sign in to comment.