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

Commit 3e11549

Browse files
committed
Update release files for tag: latest
1 parent 1d058ab commit 3e11549

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ inputs:
2222
files:
2323
description: "Assets to upload to the release"
2424
required: false
25+
outputs:
26+
automatic_releases_tag:
27+
decription: "The release tag this action just processed"
2528
runs:
2629
using: "node12"
2730
main: "dist/index.js"

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15879,6 +15879,7 @@ exports.main = () => __awaiter(void 0, void 0, void 0, function* () {
1587915879
yield exports.uploadReleaseArtifacts(client, releaseUploadUrl, args.files);
1588015880
core.debug(`Exporting environment variable AUTOMATIC_RELEASES_TAG with value ${releaseTag}`);
1588115881
core.exportVariable('AUTOMATIC_RELEASES_TAG', releaseTag);
15882+
core.setOutput('automatic_releases_tag', releaseTag);
1588215883
}
1588315884
catch (error) {
1588415885
core.setFailed(error.message);

0 commit comments

Comments
 (0)