Skip to content

refactor: try out new ubuntu version (#122) #36

refactor: try out new ubuntu version (#122)

refactor: try out new ubuntu version (#122) #36

name: Update release-candidate Branch
on:
push:
branches:
- main
jobs:
update-release-candidate-branch:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Update release-candidate branch
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git checkout release-candidate
git merge origin/main
git push origin release-candidate