diff --git a/.github/workflows/release-latest-tag.yml b/.github/workflows/release-latest-tag.yml index 0109ebb..d8eb710 100644 --- a/.github/workflows/release-latest-tag.yml +++ b/.github/workflows/release-latest-tag.yml @@ -22,7 +22,7 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git checkout release - git merge origin/master --no-commit --no-ff + git merge origin/main --no-commit --no-ff - name: Cache npm uses: actions/cache@v3 with: