remove redundant print steps

This commit is contained in:
nicktrn
2025-06-24 10:08:28 +01:00
parent fb51b993e2
commit 854e3fc8d9
-11
View File
@@ -125,14 +125,3 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
prerelease: true
- name: Print Chart Location
run: |
echo "Chart successfully published to:"
echo "oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/charts/${{ env.CHART_NAME }}"
- name: Print Release URL
if: github.event_name == 'push'
run: |
echo "GitHub Release created at:"
echo "${{ steps.release.outputs.url }}"