diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d618bfe7..cb9e7c25 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: git config --global user.email "${GITHUB_EMAIL}" git clone https://"${GITHUB_USER}":"${GITHUB_TOKEN}"@github.com/"${GITHUB_USER}"/releases.git cd releases - function upstream() { for var in cedric-los17 hannah-los16 hannah-los17 montana-los16 montana-los17; do git checkout $var; git rebase master; git push -f; done; git checkout master; } + function upstream() { for var in cedric-los17 hannah-los16 hannah-los17 montana-los16 montana-los17 montana-los18; do git checkout $var; git rebase master; git push -f; done; git checkout master; } upstream env: GITHUB_EMAIL: ${{ secrets.GITHUB_EMAIL }}