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: |