Skip to content

Commit 371e91e

Browse files
committed
ci: Let release workflow publish a real release, not draft
We need it in integ tests.
1 parent a27d2ce commit 371e91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Create GitHub Release
119119
uses: softprops/action-gh-release@v1
120120
with:
121-
draft: true
121+
draft: false
122122
body_path: RELEASE-NOTES
123123
files: |
124124
tsc-dyn.*

0 commit comments

Comments
 (0)