From 331c3d08dda58a557fe1f024ea1aa52705dfd068 Mon Sep 17 00:00:00 2001 From: Tolentino Cotesta Date: Sun, 7 Jan 2024 15:36:19 +0100 Subject: [PATCH] Update versioning.yml --- .github/workflows/versioning.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index e2faa2ec..eae5a639 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -31,10 +31,10 @@ jobs: const char* AsyncFsWebServer::getVersion() { return "${{ steps.previoustag.outputs.tag }}"; } - - name: Commit & Push changes - uses: stefanzweifel/git-auto-commit-action@v5 + - name: Commit & Push + uses: Andro999b/push@v1.3 with: - commit_message: Set new version - commit_options: '--amend --no-edit' - push_options: '--force' - skip_fetch: true + github_token: ${{ secrets.GITHUB_TOKEN }} + branch: master + force: true + message: 'Overwritten by Github Actions'