We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1af0a2 commit 55868a1Copy full SHA for 55868a1
1 file changed
.github/workflows/release.yml
@@ -119,13 +119,13 @@ jobs:
119
# Clone the tap repository
120
git clone https://x-access-token:${HOMEBREW_TAP_GITHUB_TOKEN}@github.com/jsando/homebrew-tools.git
121
122
- # Update the formula
123
- cp mpu.rb homebrew-tools/Formula/
+ # Update the formula (formulas are in root directory)
+ cp mpu.rb homebrew-tools/
124
125
# Commit and push
126
cd homebrew-tools
127
git config user.name "github-actions[bot]"
128
git config user.email "github-actions[bot]@users.noreply.github.com"
129
- git add Formula/mpu.rb
+ git add mpu.rb
130
git commit -m "Brew formula update for mpu version ${{ github.ref_name }}"
131
git push
0 commit comments