Skip to content

Commit

Permalink
fix(ci): set fetch depth for git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
eeriemyxi committed Oct 22, 2024
1 parent b897a74 commit d6a6ae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 100

- name: Setup Deno
uses: denoland/setup-deno@v2
Expand Down
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.3",
"version": "0.4.4",
"tasks": {
"start": "deno fmt; deno --check --allow-all src/main.ts",
"install": "deno install -gf --name cela --allow-all src/main.ts"
Expand All @@ -14,4 +14,4 @@
"fmt": {
"indentWidth": 4
}
}
}

0 comments on commit d6a6ae6

Please sign in to comment.