From beb20170e1a9a7b430864b312a515ccf9e6cec05 Mon Sep 17 00:00:00 2001 From: Proudust Date: Sun, 17 Dec 2023 00:00:36 +0900 Subject: [PATCH] deno task build --- dist/actions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/actions.js b/dist/actions.js index 401719f..85c113a 100644 --- a/dist/actions.js +++ b/dist/actions.js @@ -25278,7 +25278,7 @@ async function run() { (0, import_core.debug)(`input default: ${defaultTag}`); try { import_shim_deno2.Deno.env.set("GITHUB_TOKEN", token); - const { describe, tag, distance, sha } = await ghDescribe({ + const { describe, tag, distance, sha, shortSha } = await ghDescribe({ repo, commitish, defaultTag, @@ -25290,6 +25290,7 @@ async function run() { (0, import_core.setOutput)("tag", tag); (0, import_core.setOutput)("distance", distance); (0, import_core.setOutput)("sha", sha); + (0, import_core.setOutput)("short-sha", shortSha); } catch (e) { if (e instanceof GhDescribeError) { (0, import_core.setFailed)(`fatal: ${e.message}`);