Skip to content

Commit

Permalink
fix: add missing shell configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 31, 2024
1 parent 15b1ad4 commit 0543d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ runs:
# Run normal publishing if releasing is not enabled or if no release was created
- name: Publish with Gradle
if: ${{ inputs.release != 'true' || steps.release.outputs.new_release_published == 'false' }}
shell: bash
env:
# For Gradle execution
# FIXME to test - can these be passed from the caller of the composite action?
Expand Down

0 comments on commit 0543d76

Please sign in to comment.