Resync all

This commit is contained in:
Antoine Martin 2024-10-10 20:07:06 -04:00
parent 496aac1853
commit 80c1df9667
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -26,6 +26,7 @@ jobs:
run: |
git ls-remote $upstream "refs/tags/$tags" | grep -v '{' | sed 's|.*/||' | grep -v "nightly" > upstream_tags
git ls-remote ${{ github.server_url}}/${{ github.repository }} "refs/tags/$tags" | grep -v '{' | sed 's|.*/||' > destination_tags
echo "v30.5.2" > destination_tags
cat upstream_tags destination_tags | tr ' ' '\n' | sort | uniq -u > missing_tags
echo "Missing tags:"
cat missing_tags