diff --git a/.github/workflows/rc_create.yml b/.github/workflows/rc_create.yml index 9862ff91..080b1dd8 100644 --- a/.github/workflows/rc_create.yml +++ b/.github/workflows/rc_create.yml @@ -111,7 +111,7 @@ jobs: git push origin $RC_BRANCH # update tag refs in scripts - sed -i "s/dev-latest/$VERSION/g" deploy/quickstart-k8s.yaml + sed -i "s/0.0.0/$VERSION/g" deploy/quickstart-k8s.yaml # configure userdata for commits git config --global user.email "everest-ci@percona.com"