File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ jobs:
454454 name : helm-schema
455455 path : ./artifacts/schema
456456 - name : Publish
457- uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15 .0
457+ uses : ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21 .0
458458 with :
459459 body : |
460460 ## Version v${{ env.BUILD_VERSION }} released!
@@ -470,6 +470,7 @@ jobs:
470470 artifacts : " ${{ steps.download-manifests.outputs.download-path }}/*.yaml,${{ steps.download-schema.outputs.download-path }}/*.json"
471471 token : ${{ secrets.GITHUB_TOKEN }}
472472 allowUpdates : true
473+ immutableCreate : true
473474 prerelease : ${{ needs.generate-version.outputs.is-release == 'false' }} # pre-releases will have is-release false
474475 - name : Publish Helm Chart
475476 uses : peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3.0.0
You can’t perform that action at this time.
0 commit comments