From 719bb4d2873e73f1c9fe2790ec1f50c425e08556 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jul 2024 23:15:06 +0800 Subject: [PATCH] chore: build dist --- action.yml | 2 +- dist/index.cjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 9637d91..ac400c7 100644 --- a/action.yml +++ b/action.yml @@ -61,7 +61,7 @@ runs: const path = require("path"); async function main(cwd, context) { var _a; - console.log("publish-node-package-action", "1.9.1"); + console.log("publish-node-package-action", "1.10.0"); const owner = (_a = context.payload.repository) == null ? void 0 : _a.owner.login; if (!owner) { throw new Error("No owner found in context"); diff --git a/dist/index.cjs b/dist/index.cjs index 2e5e6ab..ccf00f9 100644 --- a/dist/index.cjs +++ b/dist/index.cjs @@ -5,7 +5,7 @@ const fs = require("fs"); const path = require("path"); async function main(cwd, context) { var _a; - console.log("publish-node-package-action", "1.9.1"); + console.log("publish-node-package-action", "1.10.0"); const owner = (_a = context.payload.repository) == null ? void 0 : _a.owner.login; if (!owner) { throw new Error("No owner found in context");