Skip to content

Commit

Permalink
use bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Nov 29, 2024
1 parent 3dca41b commit efe1f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-50_publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:
working-directory: release-artifacts
if: ${{ env.IMAGE_TYPE == 'rc' }}
id: fetch_rc_refs
shell: bash
run: |
. ../.github/scripts/common/lib.sh
Expand All @@ -200,6 +201,7 @@ jobs:
working-directory: release-artifacts
if: ${{ env.IMAGE_TYPE == 'release'}}
id: fetch_release_refs
shell: bash
run: |
. ../.github/scripts/common/lib.sh
chmod a+rx $BINARY
Expand Down

0 comments on commit efe1f1a

Please sign in to comment.