File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -370,16 +370,16 @@ jobs:
370
370
path : _dist/spin-${{ env.RELEASE_VERSION }}-static-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz
371
371
372
372
dispatch-homebrew-tap :
373
- name : Dispatch spin-release event to fermyon /homebrew-tap
373
+ name : Dispatch spin-release event to spinframework /homebrew-tap
374
374
needs : create-gh-release
375
375
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')
377
377
steps :
378
378
- name : Repository Dispatch
379
379
uses : peter-evans/repository-dispatch@v3
380
380
with :
381
381
token : ${{ secrets.DEST_REPO_ACCESS_TOKEN }}
382
- repository : fermyon /homebrew-tap
382
+ repository : spinframework /homebrew-tap
383
383
event-type : spin-release
384
384
client-payload : ' {"version": "${{ github.ref_name }}"}'
385
385
You can’t perform that action at this time.
0 commit comments