Skip to content

Commit

Permalink
Merge pull request #79 from DepsHubHQ/improve-the-release-process-4
Browse files Browse the repository at this point in the history
Add a missing Formula folder
  • Loading branch information
semanser authored Jan 9, 2025
2 parents 9a3a635 + 4674db7 commit 5725762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ jobs:
- name: Push Homebrew Formula
run: |
git clone https://github.com/DepsHubHQ/homebrew-depshub.git
mkdir -p homebrew-depshub/Formula
cp depshub.rb homebrew-depshub/Formula/
cd homebrew-depshub
git config user.name "GitHub Actions Bot"
Expand Down

0 comments on commit 5725762

Please sign in to comment.