From d07c8216cc1550a1a101f4e478d5deb3d60fa633 Mon Sep 17 00:00:00 2001 From: Will Pfleger Date: Fri, 12 Jun 2026 15:00:26 -0400 Subject: [PATCH] fix(release): update repository name check from block/sprout to block/buzz (#1012) Signed-off-by: Will Pfleger Co-authored-by: npub1mn7jgtj4w2pd0g0zeuhxsa6jy6p0rewxz4kujt98my82ahfmp72sxjexk7 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45ffe5be8..7a48ff4a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ on: jobs: release: name: Release - if: github.repository == 'block/sprout' + if: github.repository == 'block/buzz' runs-on: macos-latest timeout-minutes: 60 permissions: @@ -256,7 +256,7 @@ jobs: release-macos-x64: name: Release macOS (Intel) - if: github.repository == 'block/sprout' + if: github.repository == 'block/buzz' runs-on: macos-latest needs: release timeout-minutes: 60 @@ -404,7 +404,7 @@ jobs: release-linux: name: Release Linux - if: github.repository == 'block/sprout' + if: github.repository == 'block/buzz' runs-on: ubuntu-latest needs: release timeout-minutes: 60