Skip to content

Commit

Permalink
Update homebrew release action
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Oct 4, 2024
1 parent 41d9205 commit 800977f
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 @@ -32,7 +32,7 @@ jobs:

steps:
- name: Publish to Homebrew
uses: m-dzianishchyts/homebrew-releaser@v1
uses: m-dzianishchyts/brewtap@v1
with:
homebrew_owner: m-dzianishchyts
homebrew_tap: homebrew-jjava
Expand All @@ -42,7 +42,7 @@ jobs:
target: jjava-${{ github.ref_name }}-kernelspec.zip
install: 'system "jupyter kernelspec install #{Dir.pwd} --name=java --user"'
update_readme_table: true
commit_owner: homebrew-releaser
commit_email: homebrew-releaser@example.com
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 800977f

Please sign in to comment.