Skip to content

Commit 3b379d8

Browse files
committed
CI: Drop fetch-tags setting from checkout step
This seems to cause a conflict when the workflow is triggered by a tag itself: actions/checkout#1467
1 parent e032195 commit 3b379d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 10
17-
fetch-tags: true
1817

1918
- name: Set up Python
2019
id: setup

0 commit comments

Comments
 (0)