Skip to content

Commit 2d7506c

Browse files
authored
ci: correct the file path (#426)
1 parent 2e3e5eb commit 2d7506c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
cd /tmp/homebrew-matcha
108108
git config user.name "goreleaserbot"
109109
git config user.email "[email protected]"
110-
git add Formula/matcha-nightly.rb
110+
git add matcha-nightly.rb
111111
git diff --cached --quiet || (git commit -m "Update matcha-nightly to $VERSION" && git push)
112112
113113
snapcraft:

0 commit comments

Comments
 (0)