We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3680f commit 2e3e5ebCopy full SHA for 2e3e5eb
1 file changed
.github/workflows/nightly.yml
@@ -103,7 +103,7 @@ jobs:
103
104
# Clone the tap repo and push the nightly formula
105
git clone "https://x-access-token:${GH_TOKEN}@github.com/floatpane/homebrew-matcha.git" /tmp/homebrew-matcha
106
- cp /tmp/matcha-nightly.rb /tmp/homebrew-matcha/Formula/matcha-nightly.rb
+ cp /tmp/matcha-nightly.rb /tmp/homebrew-matcha/matcha-nightly.rb
107
cd /tmp/homebrew-matcha
108
git config user.name "goreleaserbot"
109
git config user.email "bot@goreleaser.com"
0 commit comments