This commit is contained in:
Antoine Martin 2024-09-09 17:24:12 -04:00
parent 254a9b9d16
commit 16e225c93a
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -21,7 +21,7 @@ jobs:
run: |
git ls-remote $upstream "refs/tags/$tags" | grep -v '\u007B' | sed 's|.*/||' > upstream_tags
git ls-remote $destination "refs/tags/$tags" | grep -v '\u007B' | sed 's|.*/||' > destination_tags
cat upstream_tags destination_tags | tr ' ' '\n' | sort | uniq -u | tr '\n '\t' > missing_tags
cat upstream_tags destination_tags | tr ' ' '\n' | sort | uniq -u | tr '\n' '\t' > missing_tags
- name: Fetching missing tags
run: |
git init --bare .