Skip to content

Commit 9a68d89

Browse files
authored
ci: Fix edge case with Nightly builds right after new release (#776)
1 parent 3030d63 commit 9a68d89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,13 @@ jobs:
334334
--skip-missing-interpreters false
335335
--notest
336336
337+
- name: Drop Git tags from HEAD for non-tag-create events
338+
run: >-
339+
git tag --points-at HEAD
340+
|
341+
xargs git tag --delete
342+
shell: bash
343+
337344
- name: Set static timestamp for dist build reproducibility
338345
# ... from the last Git commit since it's immutable
339346
run: >-

0 commit comments

Comments
 (0)