Skip to content

Commit

Permalink
fix bundler type; tag 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 28, 2024
1 parent db8d2bd commit 0d53520
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const tc = require("@actions/tool-cache");
const { to_js_data, parse_cirru_edn } = require("@calcit/procs");

let version = null;
const bundler = core.getInput("bundler");

const bundler = core.getInput("bundler") === "true";

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-cr",
"version": "0.0.6",
"version": "0.0.7",
"description": "Setup Calcit runtime",
"main": "./index.js",
"repository": "[email protected]:calcit-lang/setup-cr.git",
Expand Down

0 comments on commit 0d53520

Please sign in to comment.