Skip to content

Commit

Permalink
Removing the trailing "
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
  • Loading branch information
cmoulliard committed Sep 21, 2023
1 parent 5ddd354 commit ce8dcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "Tag Name: ${TAG_NAME}"
echo "Tag version: ${TAG_NAME:1}"
export NEW_VERSION=${TAG_NAME:1}"
export NEW_VERSION=${TAG_NAME:1}
yq '.appVersion = env(NEW_VERSION)' -i ./deploy/charts/godaddy-webhook/Chart.yaml
yq '.image.tag = env(NEW_VERSION)' -i ./deploy/charts/godaddy-webhook/values.yaml
Expand Down

0 comments on commit ce8dcb5

Please sign in to comment.