Attempt to fix script

This commit is contained in:
Pieter Vander Vennet 2025-06-18 20:14:46 +02:00
parent a7dbcb925a
commit 141f3fa3a2

View file

@ -64,4 +64,5 @@ jobs:
git add capacitor.settings.gradle
git commit -am "Add files for release ${{ github.ref_name }}"
git tag "${{ github.ref_name }}"
git push origin refs/heads/main --verbose --follow-tags
git push origin refs/heads/main --verbose
git push origin --tags