Skip to content

Commit

Permalink
Merge pull request #41 from thomaseizinger/thomaseizinger-patch-2
Browse files Browse the repository at this point in the history
Update draft-new-release.yml
  • Loading branch information
thomaseizinger committed Jul 27, 2021
2 parents 0fccb30 + 0c00913 commit 9907e7f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/draft-new-release.yml
Expand Up @@ -53,14 +53,13 @@ jobs:
git push origin ${{ env.RELEASE_BRANCH }} --force
# Use heredoc to define multiline string: https://stackoverflow.com/a/23930212/2489334
BODY=$(EOF
BODY=$(cat <<-EOF
Hi @${{ github.actor }}!
This PR was created in response to a manual trigger of the release workflow here: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}.
I've updated the changelog and bumped the versions in the manifest files in this commit: ${{ steps.make-commit.outputs.commit }}.
Merging this PR will create a GitHub release and publish the library to crates.io!
EOF)
EOF
)
gh pr create \
--reviewer ${{ github.actor }} \
Expand Down

0 comments on commit 9907e7f

Please sign in to comment.