ci: create tag with loose commit

This commit is contained in:
Antoine Martin 2025-03-22 16:41:55 -04:00
parent 2c70715e91
commit a38e468dcd
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -64,9 +64,7 @@ jobs:
git config user.name "forgejo-actions[bot]"
git config user.email "dev@ayakael.net"
git commit -m 'Inject custom workflow'
if test ${{ inputs.is_commit }} != "true"; then
git tag -a $tag -m $tag
fi
git tag -a $tag -m $tag
done < missing_tags
- name: Push to destination
run: git push --force origin refs/tags/*:refs/tags/* --tags