KSP-Conformal-Decals/.github/workflows/ff-release.yml

23 lines
484 B
YAML
Raw Normal View History

name: Fast-Forward Release Branch
2022-03-12 06:35:59 +00:00
on:
release:
2022-03-14 02:12:18 +00:00
types: [created]
jobs:
fast-forward:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: release
fetch-depth: 0
- name: Merge into Release
2022-03-12 06:35:59 +00:00
run: git merge ${{github.ref_name}} --ff-only
- name: Push Changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: release