mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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: |
|
run: |
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git checkout --track origin/master
|
git checkout --track origin/master
|
||||||
git config user.name github-actions
|
git config user.name "Jan Oberhauser"
|
||||||
git config user.email github-actions@github.com
|
git config user.email jan.oberhauser@gmail.com
|
||||||
git merge --ff origin/${{github.event.pull_request.base.ref}}
|
git merge --ff n8n@${{env.RELEASE}}
|
||||||
git push origin master
|
git push origin master
|
||||||
git push origin :${{github.event.pull_request.base.ref}}
|
git push origin :${{github.event.pull_request.base.ref}}
|
||||||
|
|
Loading…
Reference in a new issue