Skip to content

Commit

Permalink
chore: update homebrew workflow step to use new tap
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
  • Loading branch information
fibonacci1729 committed Feb 25, 2025
1 parent 0126b61 commit 8303ebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,16 +370,16 @@ jobs:
path: _dist/spin-${{ env.RELEASE_VERSION }}-static-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz

dispatch-homebrew-tap:
name: Dispatch spin-release event to fermyon/homebrew-tap
name: Dispatch spin-release event to spinframework/homebrew-tap
needs: create-gh-release
runs-on: ubuntu-latest
if: github.repository_owner == 'fermyon' && startsWith(github.ref, 'refs/tags/v')
if: github.repository_owner == 'spinframework' && startsWith(github.ref, 'refs/tags/v')
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DEST_REPO_ACCESS_TOKEN }}
repository: fermyon/homebrew-tap
repository: spinframework/homebrew-tap
event-type: spin-release
client-payload: '{"version": "${{ github.ref_name }}"}'

Expand Down

0 comments on commit 8303ebd

Please sign in to comment.