Skip to content

Commit

Permalink
fix deployctl install
Browse files Browse the repository at this point in the history
  • Loading branch information
nomi-san authored Nov 5, 2024
1 parent 921b25a commit 7f9dcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
deno-version: v2.x

- name: Install Deno deployctl
run: deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check -r -f https://deno.land/x/deploy/deployctl.ts
run: deno install -gArf jsr:@deno/deployctl

- name: Build project
run: |
Expand Down

0 comments on commit 7f9dcee

Please sign in to comment.