[ci skip] automatically set up tracking branch on push

This commit is contained in:
Armin Schrenk
2024-02-23 17:13:11 +01:00
parent 0c5ce353b1
commit a94bf99660
+1
View File
@@ -64,6 +64,7 @@ jobs:
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
git config push.autoSetupRemote true
git stage .
git commit -m "Prepare release ${{needs.get-version.outputs.semVerStr}}"
git push