File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -349,16 +349,16 @@ jobs:
349349 path : _dist/spin-${{ env.RELEASE_VERSION }}-static-${{ env.RUNNER_OS }}-${{ matrix.config.arch }}.tar.gz
350350
351351 dispatch-homebrew-tap :
352- name : Dispatch spin-release event to fermyon /homebrew-tap
352+ name : Dispatch spin-release event to spinframework /homebrew-tap
353353 needs : create-gh-release
354354 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')
356356 steps :
357357 - name : Repository Dispatch
358358 uses : peter-evans/repository-dispatch@v3
359359 with :
360360 token : ${{ secrets.DEST_REPO_ACCESS_TOKEN }}
361- repository : fermyon /homebrew-tap
361+ repository : spinframework /homebrew-tap
362362 event-type : spin-release
363363 client-payload : ' {"version": "${{ github.ref_name }}"}'
364364
You can’t perform that action at this time.
0 commit comments