Skip to content

Commit

Permalink
Corrects syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
SbDove committed Dec 4, 2024
1 parent 72d4edc commit e2ff86b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' }}
Expand All @@ -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: |
Expand Down

0 comments on commit e2ff86b

Please sign in to comment.