Skip to content

Bump version for v2024.0.0 #1

Bump version for v2024.0.0

Bump version for v2024.0.0 #1

---
name: release-channel-stable
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
ff-branch:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
running-workflow-name: ff-branch
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
git checkout stable
git merge --ff-only ${{ github.ref_name }}
- uses: ad-m/[email protected]
with:
branch: stable