Skip to content

Add CI workflows to auto-update the beta & stable branches on tag… #1

Add CI workflows to auto-update the beta & stable branches on tag…

Add CI workflows to auto-update the beta & stable branches on tag… #1

---
name: release-channel-beta
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-beta.*'
jobs:
ff-branch-beta:
runs-on: ubuntu-latest
strategy:
fail-fast: false
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
git checkout beta
git merge --ff-only ${{ github.ref_name }}
- uses: ad-m/github-push-action@v0.8.0
with:
branch: beta