From 483094684ecb1cd3a11b2cb268099c6bb76fa533 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Tue, 13 May 2025 10:14:32 -0500 Subject: [PATCH] trying version fixes again --- .github/workflows/versioning.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index fdb8997..d1c801b 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -38,6 +38,7 @@ jobs: with: commit_message: Bumping release to ${{ steps.buildUpdate.outputs.v }} branch: release + push_options: '--force' Minor: if: startsWith(github.head_ref, 'minor/') && github.event.pull_request.merged == true outputs: @@ -63,6 +64,7 @@ jobs: with: commit_message: Bumping release to ${{ steps.buildUpdate.outputs.v }} branch: release + push_options: '--force' Major: if: startsWith(github.head_ref, 'major/') && github.event.pull_request.merged == true outputs: @@ -87,4 +89,5 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Bumping release to ${{ steps.buildUpdate.outputs.v }} - branch: release \ No newline at end of file + branch: release + push_options: '--force' \ No newline at end of file