Skip to content

refactor: another try #4

refactor: another try

refactor: another try #4

name: Update release-candidate Branch
on:
push:
branches:
- main
jobs:
update-release-candidate-branch:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Update release-candidate branch
run: |
git config user.name github-actions
git config user.email [email protected]
git checkout release-candidate
git merge origin/main
git push origin release-candidate