Skip to content

Commit 15debe8

Browse files
committed
fix
1 parent bdb0baa commit 15debe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
run: |
8686
CLEAN_VERSION=$(echo "$RELEASE_VERSION" | sed 's/^v//')
8787
echo "Using chart version and appVersion: $CLEAN_VERSION"
88-
sed -i "s/^version: .*/version: ${CLEAN_VERSION}/" ./helm/Chart.yaml
89-
sed -i "s/^appVersion: .*/appVersion: ${CLEAN_VERSION}/" ./helm/Chart.yaml
88+
sed -i "s/^version:$/version: ${CLEAN_VERSION}/" ./helm/Chart.yaml
89+
sed -i "s/^appVersion:$/appVersion: ${CLEAN_VERSION}/" ./helm/Chart.yaml
9090
helm package ./helm -d .
9191
- name: Push Helm chart to GHCR
9292
run: |

0 commit comments

Comments
 (0)