Correct branch name

This commit is contained in:
Aaron Dalton 2024-01-18 20:42:10 -08:00
parent c2176662ae
commit 78898d6067

View File

@ -30,7 +30,7 @@ jobs:
- name: Bump Current
run: |
git checkout upstream
git merge upstream/master upstream
git merge upstream/main upstream
working-directory: homepage
- name: Create Tags
if: ${{inputs.tags || steps.fetch-upstream-tags.outputs.NEW_TAGS}}