Skip to content

Commit 7c92b3b

Browse files
committed
fixup! release: create draft GitHub release with packages & installers
Let's output the URL of the release that was just created; That will make it more convenient to go from finished workflow run to publishing the release. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 1dbf691 commit 7c92b3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-git-installers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,7 @@ jobs:
880880
name: tagName
881881
});
882882
releaseMetadata.release_id = createdRelease.data.id;
883+
core.notice(`Created release at ${createdRelease.data.html_url}`);
883884
884885
// Uploads contents of directory to the release created above
885886
async function uploadDirectoryToRelease(directory, includeExtensions=[]) {

0 commit comments

Comments
 (0)