Skip to content

Commit

Permalink
Update Homebrew release target
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Oct 11, 2024
1 parent 1185f15 commit e3dccd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Publish package to Homebrew
uses: m-dzianishchyts/brewtap@v1
with:
homebrew_owner: m-dzianishchyts
homebrew_tap: homebrew-jjava
homebrew_owner: dflib
homebrew_tap: homebrew-tap
version: ${{ github.ref_name }}
depends_on: |
"jupyterlab"
Expand Down Expand Up @@ -62,5 +62,5 @@ jobs:
Although JJava doesn't depend on java, it requires jre>=11 to run.
Make sure you have one in your PATH.
update_readme_table: true
github_token: ${{ secrets.HOMEBREW_REPO_ACCESS_TOKEN }}
github_token: ${{ secrets.HOMEBREW_RELEASE_ACCESS_TOKEN }}
debug: ${{ runner.debug }}

0 comments on commit e3dccd9

Please sign in to comment.