ci: Fixed typo in commit message for homebrew tap

This commit is contained in:
2025-11-07 14:24:13 -07:00
parent cc8bd040b9
commit 2183ed62d1
+1 -1
View File
@@ -417,7 +417,7 @@ jobs:
cp loki.rb homebrew-loki/Formula cp loki.rb homebrew-loki/Formula
cd homebrew-loki cd homebrew-loki
git add . git add .
git diff-index --quiet HEAD || git commit -am "Update formula for G-Man release ${{ env.RELEASE_VERSION }}" git diff-index --quiet HEAD || git commit -am "Update formula for Loki release ${{ env.RELEASE_VERSION }}"
git push https://$TOKEN@github.com/Dark-Alex-17/homebrew-loki.git git push https://$TOKEN@github.com/Dark-Alex-17/homebrew-loki.git
publish-crate: publish-crate: