bilhej/.forgejo/workflows
Joakim Mörling d078b9e125
All checks were successful
CI / Lint, type check, unit tests, coverage (push) Successful in 1m49s
CI / E2E browser tests (push) Successful in 46s
fix: overwrite existing git tag on deploy retry
The deploy workflow failed when re-running with the same version tag
because Git rejects pushing a tag that already exists on the remote.

- Delete local tag first (ignore if missing)
- Delete remote tag first (ignore if missing)
- Create and push the tag fresh

This makes deploys idempotent: retrying a failed deploy with the same
version (e.g., v0.1.0) will succeed by moving the tag to the current
commit. For a new deploy, the delete commands silently do nothing.
2026-05-20 12:28:16 +02:00
..
ci.yml ci: fix coverage summary table — remove Status column and trailing empty cell 2026-05-19 20:40:26 +02:00
deploy.yml fix: overwrite existing git tag on deploy retry 2026-05-20 12:28:16 +02:00