Skip to content

Commit

Permalink
Update charts-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlokshin-czi committed Nov 16, 2023
1 parent 7c953b5 commit 2d41326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/charts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
cd main
VERSION=v0.30.0 #${{ needs.check-chart-released.outputs.tag }}
${HELM_CMD} package ${CHARTS_DIR} -d ${PACKAGE_DIR} --version ${VERSION}
${GHCLI_CMD} release upload ${VERSION} ${PACKAGE_DIR}/*.tgz --clobber
#${GHCLI_CMD} release upload ${{ needs.check-chart-released.outputs.tag }} ${PACKAGE_DIR}/*.tgz --clobber
${HELM_CMD} repo index ${PACKAGE_DIR} --url ${CHART_DOWNLOAD_URL} --merge ${INDEX_DIR}/index.yaml
${GHCLI_CMD} release upload ${VERSION} ${PACKAGE_DIR}/*.tgz --clobber --debug
#${GHCLI_CMD} release upload ${{ needs.check-chart-released.outputs.tag }} ${PACKAGE_DIR}/*.tgz --clobber
${HELM_CMD} repo index ${PACKAGE_DIR} --url ${CHART_DOWNLOAD_URL} --merge ${INDEX_DIR}/index.yaml --debug
echo ------
cat ${INDEX_DIR}/index.yaml
Expand Down

0 comments on commit 2d41326

Please sign in to comment.