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 f74fab8 commit 50f686f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ jobs:
- name: push changes to homebrew repo
run: |
cd homebrew-gild
git config --global user.email "[email protected]"
git config --global user.name "Sami Fouad"
git add .
git commit -m 'automated version bump'
git tag ${{ github.ref_name }} -m 'automated version bump'
Expand Down

0 comments on commit 50f686f

Please sign in to comment.