mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
ci: Merge back released tag to master as Jan (no-changelog) (#5540)
This commit is contained in:
parent
b44526cd49
commit
aca94bb995
6
.github/workflows/release-publish.yml
vendored
6
.github/workflows/release-publish.yml
vendored
|
@ -50,8 +50,8 @@ jobs:
|
|||
run: |
|
||||
git fetch origin
|
||||
git checkout --track origin/master
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
git merge --ff origin/${{github.event.pull_request.base.ref}}
|
||||
git config user.name "Jan Oberhauser"
|
||||
git config user.email jan.oberhauser@gmail.com
|
||||
git merge --ff n8n@${{env.RELEASE}}
|
||||
git push origin master
|
||||
git push origin :${{github.event.pull_request.base.ref}}
|
||||
|
|
Loading…
Reference in a new issue