Skip to content

Commit

Permalink
ci: remove redundant steps
Browse files Browse the repository at this point in the history
Signed-off-by: deggja <danieldagfinrud@gmail.com>
  • Loading branch information
deggja committed Oct 4, 2024
1 parent eced417 commit 18c00ab
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18c00ab

Please sign in to comment.