Skip to content

Commit

Permalink
Merge pull request #419 from yukinarit/fix-fetch-depth
Browse files Browse the repository at this point in the history
Fix fetch-depth
  • Loading branch information
yukinarit authored Jul 25, 2023
2 parents d558f53 + 013de97 commit 031f4c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
fetch-depth: 0
with:
fetch-depth: 0
- name: Install poetry
run: pip install poetry poetry-dynamic-versioning
- name: Set up Python 3.10
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
fetch-depth: 0
with:
fetch-depth: 0
- name: Install poetry
run: pip install poetry poetry-dynamic-versioning
- name: Set up Python 3.10
Expand Down

0 comments on commit 031f4c4

Please sign in to comment.