Skip to content

Commit 600a577

Browse files
committed
CI: make releases immutable
1 parent f084379 commit 600a577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ jobs:
102102
artifactErrorsFailBuild: true
103103
body: "${{ steps.changelog_reader.outputs.changes }} \n\n### Release binaries info\n\n- Release binaries were built using rust ${{ needs.build.outputs.rust-version }}\n- Linux release binaries require glibc>=2.31"
104104
artifacts: "${{ github.event.repository.name }}-${{github.ref_name}}-*.tar.gz"
105+
immutableCreate: true

0 commit comments

Comments
 (0)