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 2ce364c commit d3731d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/charts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,12 @@ jobs:
echo ------
cd main
sed -i "s/0.0.0/$CHART_VERSION/g" ${CHARTS_DIR}/Chart.yaml
#VERSION=${{ needs.check-chart-released.outputs.tag }}
#VERSION=${VERSION:1}
VERSION=0.30.0 #${{ needs.check-chart-released.outputs.tag }}
VERSION=0.30.0
sed -i "s/0.0.0/$VERSION/g" ${CHARTS_DIR}/Chart.yaml
${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
Expand Down

0 comments on commit d3731d8

Please sign in to comment.