From 4368a07e5a6afcc8ad1516c967b6de71fc6ef435 Mon Sep 17 00:00:00 2001 From: Tim <62595633+lucky-lusa@users.noreply.github.com> Date: Tue, 15 Jun 2021 21:32:20 +0200 Subject: [PATCH] removed default bash on helm container --- .github/workflows/release-on-tag.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index f275268d..b32ff8a0 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -53,9 +53,6 @@ jobs: needs: build runs-on: [self-hosted, env-prod] container: alpine/helm:3.5.4 - defaults: - run: - shell: bash steps: - uses: actions/checkout@v1