Skip to content

Commit 08528c2

Browse files
committed
fix CI
1 parent 14d10d1 commit 08528c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
id-token: write
1818

1919
steps:
20-
- uses: actions/checkout@v4
21-
with:
22-
fetch-tags: true
20+
- name: Checkout
21+
uses: actions/checkout@v4
2322
- name: Set up Python
2423
uses: actions/setup-python@v5
2524
with:

0 commit comments

Comments
 (0)