Skip to content

Commit 854e3fc

Browse files
committed
remove redundant print steps
1 parent fb51b99 commit 854e3fc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release-helm.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,3 @@ jobs:
125125
token: ${{ secrets.GITHUB_TOKEN }}
126126
draft: true
127127
prerelease: true
128-
129-
- name: Print Chart Location
130-
run: |
131-
echo "Chart successfully published to:"
132-
echo "oci://${{ env.REGISTRY }}/${{ github.repository_owner }}/charts/${{ env.CHART_NAME }}"
133-
134-
- name: Print Release URL
135-
if: github.event_name == 'push'
136-
run: |
137-
echo "GitHub Release created at:"
138-
echo "${{ steps.release.outputs.url }}"

0 commit comments

Comments
 (0)