Skip to content

Commit

Permalink
fix: added back fetch-depth: 0 (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Apr 26, 2022
1 parent a52283f commit 494c742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v3
with:
fetch-depth: 0
#########################
# Release new version
#########################
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/on-release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v3
with:
fetch-depth: 0
#########################
# Release new version
#########################
Expand Down

0 comments on commit 494c742

Please sign in to comment.