Skip to content

Commit

Permalink
deno task build
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Dec 16, 2023
1 parent 369a07a commit beb2017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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}`);
Expand Down

0 comments on commit beb2017

Please sign in to comment.