From 2178e66f82b419158cb25ec592eefc082495d331 Mon Sep 17 00:00:00 2001 From: Morgan Creekmore Date: Mon, 15 Jun 2026 14:24:39 -0500 Subject: [PATCH] Update ncipollo/release-action to work with immutable releases --- .github/workflows/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index d054dd59..7b7fd577 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -454,7 +454,7 @@ jobs: name: helm-schema path: ./artifacts/schema - name: Publish - uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0 + uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0 with: body: | ## Version v${{ env.BUILD_VERSION }} released! @@ -470,6 +470,7 @@ jobs: artifacts: "${{ steps.download-manifests.outputs.download-path }}/*.yaml,${{ steps.download-schema.outputs.download-path }}/*.json" token: ${{ secrets.GITHUB_TOKEN }} allowUpdates: true + immutableCreate: true prerelease: ${{ needs.generate-version.outputs.is-release == 'false' }} # pre-releases will have is-release false - name: Publish Helm Chart uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0