Skip to content

Commit e3dccd9

Browse files
Update Homebrew release target
1 parent 1185f15 commit e3dccd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Publish package to Homebrew
3131
uses: m-dzianishchyts/brewtap@v1
3232
with:
33-
homebrew_owner: m-dzianishchyts
34-
homebrew_tap: homebrew-jjava
33+
homebrew_owner: dflib
34+
homebrew_tap: homebrew-tap
3535
version: ${{ github.ref_name }}
3636
depends_on: |
3737
"jupyterlab"
@@ -62,5 +62,5 @@ jobs:
6262
Although JJava doesn't depend on java, it requires jre>=11 to run.
6363
Make sure you have one in your PATH.
6464
update_readme_table: true
65-
github_token: ${{ secrets.HOMEBREW_REPO_ACCESS_TOKEN }}
65+
github_token: ${{ secrets.HOMEBREW_RELEASE_ACCESS_TOKEN }}
6666
debug: ${{ runner.debug }}

0 commit comments

Comments
 (0)