Skip to content

Commit

Permalink
fix artifact release for helm top chart (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored Nov 27, 2023
1 parent b0f0f10 commit 182a12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ jobs:
has_deps=$(yq -r '.dependencies[0].version' "$filepath")
if [ $has_deps != null ]; then
yq -i '.dependencies[].version = strenv(CHART_VERSION)' "$filepath"
yq -i '.dependencies[].repository = oci://ghcr.io/strenv(GITHUB_REPOSITORY)/helm' "$filepath"
yq -i '.dependencies[].repository = "oci://ghcr.io/"+strenv(GITHUB_REPOSITORY)+"/helm"' "$filepath"
fi
done
Expand Down

0 comments on commit 182a12e

Please sign in to comment.