diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 530d60a..e130b0c 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -79,18 +79,6 @@ jobs: - name: Remove temp directory run: rm -rf temp - - - name: Fetch Latest Changes from Main - run: | - git fetch origin main - git checkout main - git pull origin main - - - name: Pull Remote Branch Changes - run: | - git fetch origin chore/homebrew-${{ env.VERSION }} - git checkout -B chore/homebrew-${{ env.VERSION }} origin/chore/homebrew-${{ env.VERSION }} - git pull origin chore/homebrew-${{ env.VERSION }} - name: Commit and Push changes uses: stefanzweifel/git-auto-commit-action@v5