We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1185f15 commit e3dccd9Copy full SHA for e3dccd9
.github/workflows/release.yml
@@ -30,8 +30,8 @@ jobs:
30
- name: Publish package to Homebrew
31
uses: m-dzianishchyts/brewtap@v1
32
with:
33
- homebrew_owner: m-dzianishchyts
34
- homebrew_tap: homebrew-jjava
+ homebrew_owner: dflib
+ homebrew_tap: homebrew-tap
35
version: ${{ github.ref_name }}
36
depends_on: |
37
"jupyterlab"
@@ -62,5 +62,5 @@ jobs:
62
Although JJava doesn't depend on java, it requires jre>=11 to run.
63
Make sure you have one in your PATH.
64
update_readme_table: true
65
- github_token: ${{ secrets.HOMEBREW_REPO_ACCESS_TOKEN }}
+ github_token: ${{ secrets.HOMEBREW_RELEASE_ACCESS_TOKEN }}
66
debug: ${{ runner.debug }}
0 commit comments