Skip to content

Commit

Permalink
build: QPPA-0000 ensure develop branch is checked out in publish acti…
Browse files Browse the repository at this point in the history
…on p5
  • Loading branch information
nicholas-gates committed Jun 6, 2024
1 parent 9c36613 commit aa64b54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_NICHOLAS_PAT }}
run: |
git config user.name "GitHub actions"
git config user.email [email protected]
git fetch origin master:master
git checkout master
git merge --no-ff develop -m "Merging develop into master via GitHub Action"
Expand Down

0 comments on commit aa64b54

Please sign in to comment.