Skip to content

Commit 874acf3

Browse files
Fix PR message referencing issue
1 parent 3359816 commit 874acf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/draft-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
body: |
6161
Hi @${{ github.actor }}!
6262
63-
This PR was created in response to this release issue: #${{ github.event.issue.number }}.
63+
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 }}.
6464
I've updated the changelog and bumped the versions in the manifest files in this commit: ${{ steps.make-commit.outputs.commit }}.
6565
6666
Merging this PR will create a GitHub release and upload any assets that are created as part of the release build.

0 commit comments

Comments
 (0)