Skip to content

Commit f36d1d7

Browse files
Re-enable publishing step in helm-publish workflow (#706)
*Issue #, if available:* *Description of changes:* Based on [successful execution of previous steps](https://github.com/awslabs/mountpoint-s3-csi-driver/actions/runs/22220145932/job/64273255070), now re-enabling the publishing step. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Signed-off-by: Renan Magagnin <renanmag@amazon.co.uk>
1 parent ce55487 commit f36d1d7

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/helm-publish.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ jobs:
4343
crane version
4444
- name: Verify all images exist before publishing
4545
run: ./main-branch/scripts/verify-helm-images.sh
46-
# TODO: Uncomment after verifying the workflow works correctly
47-
# - name: Run chart-releaser
48-
# uses: helm/chart-releaser-action@v1.7.0
49-
# env:
50-
# CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
51-
# with:
52-
# config: .github/cr.yaml
53-
# mark_as_latest: false
46+
- name: Run chart-releaser
47+
uses: helm/chart-releaser-action@v1.7.0
48+
env:
49+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
50+
with:
51+
config: .github/cr.yaml
52+
mark_as_latest: false

0 commit comments

Comments
 (0)