Use powershell by default
This commit is contained in:
parent
4405eb1113
commit
2848f4bf5e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ runs:
|
|||
echo "::endgroup::"
|
||||
|
||||
- name: 'Execute JReleaser'
|
||||
shell: ${{ inputs.shell }}
|
||||
shell: pwsh
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
run: |
|
||||
echo "☕ java -jar jreleaser-cli.jar ${{ inputs.arguments }}"
|
||||
|
|
Loading…
Reference in a new issue