Skip to content

Commit 27f49f3

Browse files
dopeyclaude
andauthored
Fix release workflow to work with immutable releases setting (#1650)
A repo setting change enabled immutable releases, which prevents uploading assets to a release once it's published. Creating the release as a draft here lets goreleaser upload all assets first, then publish as its final step. Change-Type: fix Release-Note: no Audience: internal Impact: medium Breaking: false Co-authored-by: Claude <noreply@anthropic.com>
1 parent 33ab772 commit 27f49f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
tag_name: ${{ github.ref_name }}
6868
name: Release ${{ github.ref_name }}
69-
draft: false
69+
draft: true
7070
prerelease: ${{ steps.is_prerelease.outputs.IS_PRERELEASE }}
7171

7272
goreleaser:

0 commit comments

Comments
 (0)