Skip to content

Commit d98769e

Browse files
authored
Fix fetch depth (#39)
1 parent 88bc6e7 commit d98769e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-jetbrains.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:
22-
fetch-tags: true
22+
fetch-depth: 0
2323

2424
- name: Set up JDK
2525
uses: actions/setup-java@v4

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
with:
25-
fetch-tags: true
25+
fetch-depth: 0
2626

2727
- name: Set up Python
2828
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)