swap helm charts call to GHA - TEST

This commit is contained in:
Claire 2023-02-03 17:03:40 -06:00
parent 08c27753d1
commit 74ac4908c4

View file

@ -12,8 +12,8 @@ jobs:
- checkout
- run:
name: verify Chart version matches tag version
environment:
RELEASE_TAG: << pipeline.parameters.release-tag >>
# environment:
# RELEASE_TAG: << pipeline.parameters.release-tag >>
command: |
go install github.com/mikefarah/yq/v2@latest
export TAG=${RELEASE_TAG:-$CIRCLE_TAG}