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 2e3e5eb commit 2d7506cCopy full SHA for 2d7506c
1 file changed
.github/workflows/nightly.yml
@@ -107,7 +107,7 @@ jobs:
107
cd /tmp/homebrew-matcha
108
git config user.name "goreleaserbot"
109
git config user.email "[email protected]"
110
- git add Formula/matcha-nightly.rb
+ git add matcha-nightly.rb
111
git diff --cached --quiet || (git commit -m "Update matcha-nightly to $VERSION" && git push)
112
113
snapcraft:
0 commit comments