diff --git a/action.yml b/action.yml index 4bad64c..da613dd 100644 --- a/action.yml +++ b/action.yml @@ -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 }}"