mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-30 01:48:43 +02:00
The situation is due to the difference for tags with message / annotation: $ git tag -l -n1 8.3.534 8.3.534 "Tagging version 8.3.534" $ git show-ref -s -d refs/tags/8.3.5344426cc859e1ec8b6ee1arefs/tags/8.3.534^{} $ git rev-list -n1 refs/tags/8.3.5341ec8b6ee1aUse of rev-lsit will always get the commit ID we expect to see for the workflow, so we allow either of the SHA above to match at the point of failure.