Skip to content

Commit

Permalink
fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
YaphetKG committed Oct 23, 2024
1 parent d29bb54 commit b2b0b27
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ jobs:
echo "Pushing $chart_name with version $version to OCI registry"
helm push ./packages/"$chart_name-$version.tgz" oci://containers.renci.org/translator/
rm ./packages/"$chart_name-$version.tgz"
else
echo "Error: Chart.yaml not found in $chart"
exit 1
fi
done
#
# - name: Create GitHub Release
Expand Down

0 comments on commit b2b0b27

Please sign in to comment.