This PR fixes the `workflow_dispatch` path for nightly releases.
Previously,
when a scheduled nightly failed (so no tag was created) and someone
manually
re-triggered the workflow, it would find the most recent existing
nightly tag
(from a previous day) and create a `-revK` revision of that old tag. Now
it
checks if today's nightly tag exists: if not, it creates it directly; if
it
already exists, it creates a `-revK` revision as before.
🤖 Prepared with Claude Code
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| actionlint.yml | ||
| awaiting-manual.yml | ||
| awaiting-mathlib.yml | ||
| backport.yml | ||
| build-template.yml | ||
| check-prelude.yml | ||
| check-stage0.yml | ||
| check-stdlib-flags.yml | ||
| ci.yml | ||
| copyright-header.yml | ||
| grove.yml | ||
| jira.yml | ||
| labels-from-comments.yml | ||
| pr-body.yml | ||
| pr-release.yml | ||
| pr-title.yml | ||
| restart-on-label.yml | ||
| stale.yml | ||
| update-stage0.yml | ||