From 259ca7ca656fcb990db97985ce8473fa9c5a3d15 Mon Sep 17 00:00:00 2001 From: SbDove <100377552+SbDove@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:39:51 -0800 Subject: [PATCH] Corrects syntax error (#17) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4fe7be..eeb4800 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - ref: main + ref: main - name: Import GPG Key uses: crazy-max/ghaction-import-gpg@v4 @@ -134,7 +134,7 @@ jobs: fetch-depth: 0 repository: ${{ github.repository }} token: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }} - ref: main + ref: main - name: Merge release branch into main branch if: ${{ github.event.inputs.dryRun == 'false' }} @@ -145,7 +145,7 @@ jobs: if: ${{ github.event.inputs.dryRun == 'false' }} run: | git push origin HEAD:development - git push origin HEADmain: + git push origin HEAD:main - name: Delete release branch if: ${{ github.event.inputs.dryRun == 'false' }} run: |