Skip to content

Commit 404a03b

Browse files
committed
Update ncipollo/release-action to work with immutable releases
1 parent 5bd74ef commit 404a03b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)