From 6edecf3fb1da68c25abca1515d1a83debf7260f7 Mon Sep 17 00:00:00 2001 From: Ricardo Zavala Date: Thu, 16 May 2024 14:43:37 -0600 Subject: [PATCH] Update PR comment for next version to include link to the release build --- .github/workflows/im-reusable-finish-build-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/im-reusable-finish-build-workflow.yml b/.github/workflows/im-reusable-finish-build-workflow.yml index 896941b9..073d3be9 100644 --- a/.github/workflows/im-reusable-finish-build-workflow.yml +++ b/.github/workflows/im-reusable-finish-build-workflow.yml @@ -191,7 +191,7 @@ jobs: const nextVersionText = isMergeToMain ? `[Tag - ${nextVersion}](https://github.com/${orgAndRepo}/releases/tag/${nextVersion})` : - `Next Version - ${nextVersion}`; + `[Next Version - ${nextVersion}](https://github.com/${orgAndRepo}/releases/${nextVersion})`; const prComment = ` - ${workflowRunText}