Skip to content

Commit

Permalink
ci(github): fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
InnerPeace080 committed Mar 15, 2024
1 parent c68d858 commit 816ce53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
with:
submodules: true
-
name: Git fetch everything
run: git fetch --prune --unshallow
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
fetch-tags: true
-
name: Git fetch everything
run: git fetch --prune --unshallow
Expand Down

0 comments on commit 816ce53

Please sign in to comment.