Skip to content

Commit

Permalink
Fix homebrew-release
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Oct 6, 2024
1 parent 816e8e0 commit 79c5b23
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:
with:
homebrew_owner: m-dzianishchyts
homebrew_tap: homebrew-jjava
formula_folder: Formula
version: ${{ github.ref_name }}
depends_on: 'jupyterlab'
depends_on: |
"jupyterlab"
"java"
target: jjava-${{ github.ref_name }}-kernelspec.zip
install: 'system "jupyter kernelspec install #{Dir.pwd} --name=java --user"'
update_readme_table: true
commit_owner: github-actions[bot]
commit_email: 41898282+github-actions[bot]@users.noreply.github.com
github_token: ${{ secrets.HOMEBREW_REPO_ACCESS_TOKEN }}
debug: ${{ runner.debug }}

0 comments on commit 79c5b23

Please sign in to comment.