chore(workflows): git
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -63,6 +63,7 @@ jobs:
|
||||
- name: Merge release into develop
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
run: |
|
||||
git config pull.rebase false
|
||||
git checkout develop
|
||||
git pull origin main
|
||||
git push origin develop
|
||||
|
||||
Reference in New Issue
Block a user