update promote script

This commit is contained in:
Caelan Sayler
2024-11-02 12:16:38 +00:00
parent 70566a3059
commit d3fa1bfdec

View File

@@ -3,6 +3,9 @@ name: Promote Release (stable)
on: on:
workflow_dispatch: workflow_dispatch:
permissions:
contents: write
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -15,8 +18,4 @@ jobs:
run: | run: |
git checkout master git checkout master
git merge develop --ff-only git merge develop --ff-only
- name: Push git push
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.MASTER_TOKEN }}
branch: master