Skip to content

Commit 2ec91d2

Browse files
authored
change tap to actual github repo
I think this action doesn't handle the homebrew prefix by default
1 parent 5936ae7 commit 2ec91d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
#if: "!contains(github.ref, '-')" # skip prereleases
3030
with:
3131
formula-name: archive-fusionvm
32-
homebrew-tap: nreilingh/nreilingh
32+
homebrew-tap: nreilingh/homebrew-nreilingh
3333
download-url: https://github.com/NReilingh/archive-fusionvm/releases/download/${{ steps.get_version.outputs.VERSION }}/archive-fusionvm.tar.gz
3434
env:
3535
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

0 commit comments

Comments
 (0)