Update .github/workflows/publish.yml
Some checks failed
Build SilverBullet Plug / build (push) Failing after 8s

This commit is contained in:
2026-02-15 14:57:29 +00:00
parent 606340058e
commit 7ff19185e2

View File

@@ -22,7 +22,8 @@ jobs:
- name: Install SilverBullet CLI
run: |
deno install -f -A --name silverbullet jsr:@silverbulletmd/silverbullet
# Added the --global flag to fix the permission error
deno install --global -f -A --name silverbullet jsr:@silverbulletmd/silverbullet
echo "$HOME/.deno/bin" >> $GITHUB_PATH
- name: Cache Deno dependencies