From e9fb34c556f41a61b1b0b3969b5fadf3c10ed96f Mon Sep 17 00:00:00 2001 From: JP Shilton Date: Mon, 28 Aug 2023 21:11:53 -0400 Subject: [PATCH] chore(ECO-265): Add 'shell' value to Publish Action --- .github/actions/publish/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index e453bc5..04d4027 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -14,5 +14,6 @@ runs: - name: Publish run: npm publish + shell: bash env: NODE_AUTH_TOKEN: ${{ inputs.token }}