Skip to content

Commit 7e10afc

Browse files
authored
Merge pull request #623 from staticdev/bugfix/fetch-depth-0
Fix fetch depth
2 parents 4650d13 + 8bf4e0b commit 7e10afc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Check out the repository
1414
uses: actions/checkout@v3
1515
with:
16-
fetch-depth: 1
16+
fetch-depth: 0
1717

1818
- name: Set up Python
1919
uses: actions/setup-python@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Check out the repository and set tag env
1414
uses: actions/checkout@v3
1515
with:
16-
fetch-depth: 1
16+
fetch-depth: 0
1717
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
1818

1919
- name: Set up Python

0 commit comments

Comments
 (0)