Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Nov 22, 2023
1 parent 2311b5d commit 52fd179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
helm pull oci://${{ env.REGISTRY_URL}}/${{ env.REGISTRY_REPO}}/${CHART_NAME} --version ${VERSION} && exit 1
set -e
echo "build and push"
helm dep update ${CHART_NAME}
helm package --version ${VERSION} ${CHART_NAME}
helm push ${CHART_NAME}-${VERSION}.tgz oci://${{ env.REGISTRY_URL}}/${{ env.REGISTRY_REPO}}
fi
Expand Down

0 comments on commit 52fd179

Please sign in to comment.