Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmaliy authored Oct 29, 2021
1 parent e8e52f8 commit a518ef8
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 @@ -40,7 +40,7 @@ jobs:
run: |
sed -i -e 's/tag: master/tag: '${TAG_NAME:-master}'/g' ./sapbtp-operator-charts/values.yaml | sh
mkdir out
helm package --app-version ${TAG_NAME} --version ${TAG_NAME} -d ./out sap-btp-operator-charts
helm package --app-version ${TAG_NAME} --version ${TAG_NAME} -d ./out sapbtp-operator-charts
helm repo index ./out
sed -i "s|${CHART_TGZ_NAME}|${CHART_URL}|g" ./out/index.yaml | sh
mv ./hack/kubectl-sapbtp ./out/kubectl-sapbtp
Expand Down

0 comments on commit a518ef8

Please sign in to comment.