mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-08-28 22:12:19 -04:00
Update Release Workflow
Add --no-ff flag to `git merge` line in the release branch creation workflow. This should ensure that we're always creating a merge commit on the release branch when pulling in changes from develop to stage for the release.
This commit is contained in:
parent
8e469e6d0c
commit
5b877189eb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git checkout -b ${{ steps.vars.outputs.branch }}
|
||||
git merge origin/develop
|
||||
git merge --no-ff origin/develop
|
||||
git push --set-upstream origin ${{ steps.vars.outputs.branch }}
|
||||
- name: Develop PR
|
||||
uses: repo-sync/pull-request@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue