Skip to content

Commit

Permalink
fix: avoid exiting on oras discover
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
  • Loading branch information
M0NsTeRRR committed Dec 8, 2024
1 parent ddaa102 commit 93ff8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# get current version
current_version=$(grep '^version:' "$chart_path/Chart.yaml" | awk '{print $2}')
# get current release version
oras discover ghcr.io/${GITHUB_REPOSITORY@L}/${chart}:${current_version}
oras_discover=$(oras discover ghcr.io/${GITHUB_REPOSITORY@L}/${chart}:${current_version})
if [ "$?" -eq 1 ]; then
helm dependency build "$chart_path"
Expand Down

0 comments on commit 93ff8c0

Please sign in to comment.