Skip to content

Commit a6505ae

Browse files
committed
Enhancement: Expose RELEASE_HTML_URL environment variable
1 parent d01eaa7 commit a6505ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/github/release/create/action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ runs:
4444
tag_name: process.env.RELEASE_TAG,
4545
});
4646
47+
core.exportVariable('RELEASE_HTML_URL', response.data.html_url);
4748
core.exportVariable('RELEASE_ID', response.data.id);
4849
core.exportVariable('RELEASE_UPLOAD_URL', response.data.upload_url);
4950
} catch (error) {

0 commit comments

Comments
 (0)