Skip to content

Commit

Permalink
Fix homebrew-release (install)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Oct 6, 2024
1 parent c2657f8 commit bd2e5a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
"jupyterlab"
"java"
target: jjava-${{ github.ref_name }}-kernelspec.zip
install: 'system "jupyter kernelspec install #{Dir.pwd} --name=java --user"'
install: |
libexec.install Dir["*"]
system "jupyter kernelspec install #{libexec} --sys-prefix --name=java "
update_readme_table: true
github_token: ${{ secrets.HOMEBREW_REPO_ACCESS_TOKEN }}
debug: ${{ runner.debug }}

0 comments on commit bd2e5a0

Please sign in to comment.