From d9cc01ab48435a716eb6912b2d6d173fe49e69c9 Mon Sep 17 00:00:00 2001 From: Tolentino Cotesta Date: Sun, 7 Jan 2024 15:28:05 +0100 Subject: [PATCH] Update versioning.yml --- .github/workflows/versioning.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 67ce9c68..cc474d85 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -31,3 +31,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Set new version + commit_options: '--amend --no-edit' + push_options: '--force' + skip_fetch: true