Skip to content

Commit

Permalink
small fix on testing_and_publishing_OLM_bundle (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielePalaia committed Apr 4, 2024
1 parent ca464fa commit 880caa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing_and_publishing_OLM_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
run: |
BUNDLE_VERSION=${GITHUB_REF#refs/*/}
echo "BUNDLE_VERSION=${BUNDLE_VERSION:1}" >> $GITHUB_ENV
shell: bash

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

0 comments on commit 880caa8

Please sign in to comment.