From 2848f4bf5eee683c533afecffa9631fa37ae10e0 Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Wed, 2 Feb 2022 22:34:56 +0100 Subject: [PATCH] Use powershell by default --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"