mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Merge back released tag to master as Jan (no-changelog) (#5540)
This commit is contained in:
committed by
GitHub
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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user