Skip to content

Commit

Permalink
ci: Force push when release
Browse files Browse the repository at this point in the history
  • Loading branch information
Larvan2 committed Aug 31, 2024
1 parent 6306c6b commit fdd2b7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,16 +387,16 @@ jobs:
git fetch --tags
echo "PREVERSION=$(git describe --tags --abbrev=0 HEAD)" >> $GITHUB_ENV
- name: Merge Alpha branch into Meta
- name: Force push Alpha branch to Meta
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git fetch origin Alpha:Alpha
git merge Alpha
git push origin Meta
git push origin Alpha:Meta --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


- name: Tag the commit
run: |
git tag ${{ github.event.inputs.version }}
Expand Down

0 comments on commit fdd2b7a

Please sign in to comment.