From f2226e009ec9445383677f56482ca3181d649bcc Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Tue, 7 Mar 2023 10:27:26 +0100 Subject: [PATCH] Revert to bash --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fffaede..a60596e 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ runs: echo "::endgroup::" - name: 'Execute JReleaser' - shell: pwsh + shell: bash working-directory: ${{ inputs.working-directory }} run: | echo "☕ java -jar jreleaser-cli.jar ${{ inputs.arguments }}"