Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
Update release files for tag: latest
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpinto committed Oct 19, 2019
1 parent 1d058ab commit 3e11549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ inputs:
files:
description: "Assets to upload to the release"
required: false
outputs:
automatic_releases_tag:
decription: "The release tag this action just processed"
runs:
using: "node12"
main: "dist/index.js"
Expand Down
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15879,6 +15879,7 @@ exports.main = () => __awaiter(void 0, void 0, void 0, function* () {
yield exports.uploadReleaseArtifacts(client, releaseUploadUrl, args.files);
core.debug(`Exporting environment variable AUTOMATIC_RELEASES_TAG with value ${releaseTag}`);
core.exportVariable('AUTOMATIC_RELEASES_TAG', releaseTag);
core.setOutput('automatic_releases_tag', releaseTag);
}
catch (error) {
core.setFailed(error.message);
Expand Down

0 comments on commit 3e11549

Please sign in to comment.