Skip to content

Bump version numbers for v2024.0.0-beta.2 #2

Bump version numbers for v2024.0.0-beta.2

Bump version numbers for v2024.0.0-beta.2 #2

---
name: release-channel-beta
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-beta.*'
# We want to advance the beta branch to the latest stable release, too:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
ff-branch:
runs-on: ubuntu-latest
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/[email protected]
with:
branch: beta