Skip to content

Commit d90605c

Browse files
committed
Enable immutable releases
1 parent 81f0dfb commit d90605c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
- name: Upload plugin artifact
132132
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
133133
with:
134+
compression-level: 1
134135
if-no-files-found: error
135136
name: ${{ matrix.os }}_${{ steps.plugin-name.outputs.info }}
136137
path: out/${{ steps.plugin-name.outputs.info }}.zip
@@ -179,6 +180,7 @@ jobs:
179180
- name: Upload SHA512SUMS
180181
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
181182
with:
183+
compression-level: 1
182184
if-no-files-found: error
183185
name: SHA512SUMS
184186
path: out/SHA512SUMS
@@ -187,6 +189,7 @@ jobs:
187189
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
188190
if: ${{ env.GPG_PRIVATE_KEY != null }}
189191
with:
192+
compression-level: 1
190193
if-no-files-found: error
191194
name: SHA512SUMS.sign
192195
path: out/SHA512SUMS.sign
@@ -198,6 +201,7 @@ jobs:
198201
artifactErrorsFailBuild: true
199202
artifacts: "out/*"
200203
bodyFile: .github/RELEASE_TEMPLATE.md
204+
immutableCreate: true
201205
makeLatest: false
202206
name: ${{ needs.publish.outputs.PLUGIN_NAME }} V${{ github.ref_name }}
203207
prerelease: true

0 commit comments

Comments
 (0)