Skip to content

Commit

Permalink
gh workflow iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
samifouad committed Aug 6, 2024
1 parent e507213 commit f74fab8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,14 @@ jobs:
run: |
bun run homebrew.ts
cat homebrew-gild/Formula/gild.rb
- name: push changes to homebrew repo
run: |
cd homebrew-gild
git add .
git commit -m 'automated version bump'
git tag ${{ github.ref_name }} -m 'automated version bump'
git push
- name: stop action
run: |
Expand Down

0 comments on commit f74fab8

Please sign in to comment.