We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb51b99 commit 854e3fcCopy full SHA for 854e3fc
.github/workflows/release-helm.yml
@@ -125,14 +125,3 @@ jobs:
125
token: ${{ secrets.GITHUB_TOKEN }}
126
draft: true
127
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
137
- echo "GitHub Release created at:"
138
- echo "${{ steps.release.outputs.url }}"
0 commit comments