1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00

ci: Merge back released tag to master as Jan (no-changelog) (#5540)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-02-21 19:16:51 +01:00 committed by GitHub
parent b44526cd49
commit aca94bb995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}}