Skip to content

Commit 494c742

Browse files
authored
fix: added back fetch-depth: 0 (#812)
1 parent a52283f commit 494c742

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .github/workflows/on-merge-to-main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: "Checkout"
1818
uses: actions/checkout@v3
19+
with:
20+
fetch-depth: 0
1921
#########################
2022
# Release new version
2123
#########################

Diff for: .github/workflows/on-release-prod.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: "Checkout"
1515
uses: actions/checkout@v3
16+
with:
17+
fetch-depth: 0
1618
#########################
1719
# Release new version
1820
#########################

0 commit comments

Comments
 (0)