diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 53bf639..75bd6b0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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