We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01eaa7 commit a6505aeCopy full SHA for a6505ae
actions/github/release/create/action.yaml
@@ -44,6 +44,7 @@ runs:
44
tag_name: process.env.RELEASE_TAG,
45
});
46
47
+ core.exportVariable('RELEASE_HTML_URL', response.data.html_url);
48
core.exportVariable('RELEASE_ID', response.data.id);
49
core.exportVariable('RELEASE_UPLOAD_URL', response.data.upload_url);
50
} catch (error) {
0 commit comments