Skip to content

Commit 0d53520

Browse files
committed
fix bundler type; tag 0.0.7
1 parent db8d2bd commit 0d53520

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

dist/index.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ const tc = require("@actions/tool-cache");
55
const { to_js_data, parse_cirru_edn } = require("@calcit/procs");
66

77
let version = null;
8-
const bundler = core.getInput("bundler");
8+
9+
const bundler = core.getInput("bundler") === "true";
910

1011
const binFolder = `/home/runner/bin/`;
1112

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-cr",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Setup Calcit runtime",
55
"main": "./index.js",
66
"repository": "[email protected]:calcit-lang/setup-cr.git",

0 commit comments

Comments
 (0)