Skip to content

Commit c696ac8

Browse files
v2.1: fix release reverting to draft during asset push (backport of #5722) (#5737)
fix release reverting to draft during asset push (#5722) (cherry picked from commit 374b3ed) Co-authored-by: Mircea Colonescu <[email protected]>
1 parent a810e73 commit c696ac8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .github/workflows/release-artifacts.yml

-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,5 @@ jobs:
110110
uses: softprops/action-gh-release@v2
111111
with:
112112
tag_name: ${{ needs.windows-build.outputs.tag }}
113-
draft: true
114113
files: |
115114
windows-release/${{ needs.windows-build.outputs.tag }}/*

0 commit comments

Comments
 (0)