Skip to content

Commit

Permalink
ci: typo in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Jul 3, 2023
1 parent 78e333e commit 4034aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install Danet CLI
run: deno install --allow-read --allow-write --allow-run --allow-env -n danet https://deno.land/x/danet_cli/main.ts
- name: Bundle app with danet CLI
- name: Bundle app with Danet CLI
run: danet bundle run.js
- name: Debug
run: |
Expand Down

0 comments on commit 4034aeb

Please sign in to comment.