Skip to content

Commit c7ee0a6

Browse files
fix: synatx error
Signed-off-by: Rahul Vishwakarma <[email protected]>
1 parent 00b384b commit c7ee0a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/helm-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ jobs:
3737
- name: Login to GHCR (OCI)
3838
run: |
3939
helm registry login ghcr.io -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }}
40-
4140
- name: Push to GHCR (OCI)
4241
run: |
43-
# helm push .dist/chart-*.tgz oci://ghcr.io/${{ github.repository_owner }}/charts
4442
helm push .dist/deploydefender-*.tgz oci://ghcr.io/${{ github.repository_owner }}/charts
4543
4644
- name: Upload to GitHub Pages (static Helm repo)

0 commit comments

Comments
 (0)