Skip to content

Commit 0c7cfd2

Browse files
small fix on test_and_publish_OLM_bundle (#1603)
1 parent 8c2db08 commit 0c7cfd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing_and_publishing_OLM_bundle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
BUNDLE_VERSION=${GITHUB_REF#refs/*/}
4444
echo "BUNDLE_VERSION=${BUNDLE_VERSION:1}" >> $GITHUB_ENV
45+
shell: bash
4546

4647
- name: Set tag image for test version
4748
if: startsWith(github.ref, 'refs/tags/v') == false

0 commit comments

Comments
 (0)