Skip to content

Commit bc17c04

Browse files
committed
Fix allow immutable Releases
1 parent 80ff95f commit bc17c04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
token: ${{ secrets.GITHUB_TOKEN }}
169169
tag: v${{ github.event.inputs.version }}
170170
commit: ${{ github.sha }}
171+
immutableCreate: true # Do not publish before uploading everything
171172
body: |
172173
# Changes
173174
${{ fromJSON(github.event.inputs.changelog) || 'No changelog provided' }}

0 commit comments

Comments
 (0)