Skip to content

Commit

Permalink
ci: Fix edge case with Nightly builds right after new release (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Jan 23, 2025
1 parent 3030d63 commit 9a68d89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,13 @@ jobs:
--skip-missing-interpreters false
--notest
- name: Drop Git tags from HEAD for non-tag-create events
run: >-
git tag --points-at HEAD
|
xargs git tag --delete
shell: bash

- name: Set static timestamp for dist build reproducibility
# ... from the last Git commit since it's immutable
run: >-
Expand Down

0 comments on commit 9a68d89

Please sign in to comment.