From e6b359cc9b4c91107a2b66bc972b193fdad84fd4 Mon Sep 17 00:00:00 2001 From: veenm Date: Wed, 12 Mar 2025 23:33:31 +0000 Subject: [PATCH] Update .github/workflows/increase-version.yml --- .github/workflows/increase-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/increase-version.yml b/.github/workflows/increase-version.yml index 652f10b..31fba99 100644 --- a/.github/workflows/increase-version.yml +++ b/.github/workflows/increase-version.yml @@ -31,7 +31,7 @@ jobs: # Push changes to remote main branch git push origin main - trigger-pipeline-b: +trigger-pipeline-b: runs-on: ubuntu-latest steps: - name: Checkout repository