Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Mar 18, 2024
1 parent 5b3c6ba commit 9553d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
git checkout $BRANCH_NAME
# update tag refs in scripts
if [[ ${ env.IS_RC }]]; then
if [[ ${ env.IS_RC } ]]; then
sed -i "s/perconalab\/everest-operator-bundle.*/perconalab\/everest-operator-bundle:$VERSION/g" catalog/everest-operator/veneer.yaml
sed -i "s/percona\/everest-operator-bundle.*/perconalab\/everest-operator-bundle:$VERSION/g" catalog/everest-operator/veneer.yaml
else
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
git checkout $BRANCH_NAME
# Update deploy manifest
if [[ ${ env.IS_RC }]]; then
if [[ ${ env.IS_RC } ]]; then
sed -i "s/perconalab\/everest.*/perconalab\/everest:$VERSION/g" deploy/quickstart-k8s.yaml
sed -i "s/percona\/percona-everest.*/perconalab\/everest:$VERSION/g" deploy/quickstart-k8s.yaml
else
Expand Down

0 comments on commit 9553d47

Please sign in to comment.