From 79c5b23d7352ff0c80dc0c0caf06045c9bbe5f60 Mon Sep 17 00:00:00 2001 From: Mikhail Dzianishchyts Date: Sun, 6 Oct 2024 15:46:34 +0300 Subject: [PATCH] Fix homebrew-release --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 123b1a0..abba310 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}