Skip to content

Commit

Permalink
Enhancement: Expose RELEASE_HTML_URL environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 16, 2023
1 parent d01eaa7 commit a6505ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/github/release/create/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ runs:
tag_name: process.env.RELEASE_TAG,
});
core.exportVariable('RELEASE_HTML_URL', response.data.html_url);
core.exportVariable('RELEASE_ID', response.data.id);
core.exportVariable('RELEASE_UPLOAD_URL', response.data.upload_url);
} catch (error) {
Expand Down

0 comments on commit a6505ae

Please sign in to comment.