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 @@ -349,16 +349,16 @@ jobs:
349
349
path : _dist/spin-${{ env.RELEASE_VERSION }}-static-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz
350
350
351
351
dispatch-homebrew-tap :
352
- name : Dispatch spin-release event to fermyon /homebrew-tap
352
+ name : Dispatch spin-release event to spinframework /homebrew-tap
353
353
needs : create-gh-release
354
354
runs-on : ubuntu-latest
355
- if : github.repository_owner == 'fermyon ' && startsWith(github.ref, 'refs/tags/v')
355
+ if : github.repository_owner == 'spinframework ' && startsWith(github.ref, 'refs/tags/v')
356
356
steps :
357
357
- name : Repository Dispatch
358
358
uses : peter-evans/repository-dispatch@v3
359
359
with :
360
360
token : ${{ secrets.DEST_REPO_ACCESS_TOKEN }}
361
- repository : fermyon /homebrew-tap
361
+ repository : spinframework /homebrew-tap
362
362
event-type : spin-release
363
363
client-payload : ' {"version": "${{ github.ref_name }}"}'
364
364
You can’t perform that action at this time.
0 commit comments