mirror of
https://github.com/aramperes/ts-activity.git
synced 2025-09-08 05:48:31 -04:00
Fix appVersion
This commit is contained in:
parent
71618fc8c3
commit
db407c0ef5
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -41,7 +41,9 @@ jobs:
|
|||
|
||||
- name: Update Helm chart version
|
||||
shell: bash
|
||||
run: sed -i 's/0\.0\.0/${{ env.VERSION }}/g' helm/ts-activity/Chart.yaml
|
||||
run: |
|
||||
v="$(echo '${{ env.VERSION }}' | cut -d 'v' -f2)"
|
||||
sed -i "s/0\.0\.0/$v/g" helm/ts-activity/Chart.yaml
|
||||
|
||||
- name: Build and push Helm chart
|
||||
uses: goodsmileduck/helm-push-action@ec9f29cbf16a4773438b3ea98790aa5b5ca3e749
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue