fix version

This commit is contained in:
天元
2021-02-01 13:19:33 +08:00
parent c96a92475d
commit b80bacf65d
+1 -1
View File
@@ -86,8 +86,8 @@ jobs:
- name: Tag helm chart image
run: |
version=${{ steps.get_version.outputs.VERSION }}
sed -i "s/latest/$version/g" charts/vela-core/values.yaml
number=${version#"v"}
sed -i "s/latest/$number/g" charts/vela-core/values.yaml
sed -i "s/0.1.0/$number/g" charts/vela-core/Chart.yaml
- name: Install ossutil
run: wget http://gosspublic.alicdn.com/ossutil/1.7.0/ossutil64 && chmod +x ossutil64 && mv ossutil64 ossutil