ci: fixed copy/paste typo

This commit is contained in:
2025-09-14 20:44:21 -06:00
parent 1385aacc62
commit 2098aa65c1
+1 -1
View File
@@ -418,7 +418,7 @@ jobs:
$version = $version -replace " ", "."
choco push "$version.nupkg" -s https://push.chocolatey.org/ --api-key ${{ secrets.CHOCOLATEY_API_KEY }}
publish-homebrew-formula:
publish-homebrew-formula:
needs: [publish-github-release]
name: Update Homebrew formulas
runs-on: ubuntu-latest