Skip to content

Commit 8303ebd

Browse files
committed
chore: update homebrew workflow step to use new tap
Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
1 parent 0126b61 commit 8303ebd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -370,16 +370,16 @@ jobs:
370370
path: _dist/spin-${{ env.RELEASE_VERSION }}-static-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz
371371

372372
dispatch-homebrew-tap:
373-
name: Dispatch spin-release event to fermyon/homebrew-tap
373+
name: Dispatch spin-release event to spinframework/homebrew-tap
374374
needs: create-gh-release
375375
runs-on: ubuntu-latest
376-
if: github.repository_owner == 'fermyon' && startsWith(github.ref, 'refs/tags/v')
376+
if: github.repository_owner == 'spinframework' && startsWith(github.ref, 'refs/tags/v')
377377
steps:
378378
- name: Repository Dispatch
379379
uses: peter-evans/repository-dispatch@v3
380380
with:
381381
token: ${{ secrets.DEST_REPO_ACCESS_TOKEN }}
382-
repository: fermyon/homebrew-tap
382+
repository: spinframework/homebrew-tap
383383
event-type: spin-release
384384
client-payload: '{"version": "${{ github.ref_name }}"}'
385385

0 commit comments

Comments
 (0)