Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 870929c

Browse files
author
github-actions
committed
update dist
1 parent 1a52627 commit 870929c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

dist/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13635,14 +13635,6 @@ const tc = __nccwpck_require__(7784);
1363513635
const owner = "koki-develop";
1363613636
const repo = "qiita-cli";
1363713637

13638-
(async () => {
13639-
const version = await _getVersion(core.getInput("version"));
13640-
const cliPath = await _download(version);
13641-
await _install(cliPath);
13642-
})().catch((err) => {
13643-
core.setFailed(err.message);
13644-
});
13645-
1364613638
/**
1364713639
* @param {String} path
1364813640
* @returns {Promise<String>}
@@ -13741,6 +13733,14 @@ const _download = async (version) => {
1374113733
return cliPath;
1374213734
};
1374313735

13736+
(async () => {
13737+
const version = await _getVersion(core.getInput("version"));
13738+
const cliPath = await _download(version);
13739+
await _install(cliPath);
13740+
})().catch((err) => {
13741+
core.setFailed(err.message);
13742+
});
13743+
1374413744
})();
1374513745

1374613746
module.exports = __webpack_exports__;

0 commit comments

Comments
 (0)