diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b62e982000..983a8e4499 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}