From ebd9a6af70ad09798796358a2dbfecb83af57f21 Mon Sep 17 00:00:00 2001 From: veenm Date: Thu, 13 Mar 2025 08:06:09 +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 31fba99..9cd06fd 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