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 - name: Bump Current
run: | run: |
git checkout upstream git checkout upstream
git merge upstream/master upstream git merge upstream/main upstream
working-directory: homepage working-directory: homepage
- name: Create Tags - name: Create Tags
if: ${{inputs.tags || steps.fetch-upstream-tags.outputs.NEW_TAGS}} if: ${{inputs.tags || steps.fetch-upstream-tags.outputs.NEW_TAGS}}