diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 865e5c1..2e0eea8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,6 +20,7 @@ jobs: - name: Build Plug run: | + deno --version deno task build -- --no-check ls -lh *.plug.js diff --git a/deno.json b/deno.json index 8f24e8d..4a7893f 100644 --- a/deno.json +++ b/deno.json @@ -1,8 +1,8 @@ { "tasks": { - "build": "deno run -A https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/plug-compile.js -c deno.json icalendar.plug.yaml", - "watch": "deno run -A https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/plug-compile.js -c deno.json icalendar.plug.yaml -w", - "debug": "deno run -A https://raw.githubusercontent.com/silverbulletmd/silverbullet/main/source/plug-compile.js -c deno.json icalendar.plug.yaml --debug" + "build": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml", + "watch": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml -w", + "debug": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml --debug" }, "lint": { "rules": { @@ -19,7 +19,7 @@ ] }, "imports": { - "@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^2.3.0", + "@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.10.0", "ts-ics": "npm:ts-ics@2.4.0" } }