Skip to content

Commit

Permalink
Setup JBang in prepare-release.yml (#11)
Browse files Browse the repository at this point in the history
Useful when using JBang in the `pre-prepare-release.sh` script, for example
  • Loading branch information
gastaldi authored Nov 14, 2024
1 parent 8197fb3 commit 5f03234
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
java-version: ${{inputs.java_version}}
cache: 'maven'

- name: Setup JBang
uses: jbangdev/setup-jbang@main

- name: Detect Maven Executable
run: |
if [[ -z "${MAVEN_EXEC}" ]]; then
Expand Down

0 comments on commit 5f03234

Please sign in to comment.