From 2098aa65c1564715b5798a73fe4ca2dfb3cfa911 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Sun, 14 Sep 2025 20:44:21 -0600 Subject: [PATCH] ci: fixed copy/paste typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7986f0..ebdf44f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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