Skip to content

Commit c307b72

Browse files
committed
Make workflow actually publish releases (set non-draft)
1 parent f5d98de commit c307b72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ jobs:
347347
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
348348

349349
- name: Publish the release
350-
if: false
351350
run: gh release --repo="$REPOSITORY" edit "$VERSION" --draft=false
352351
env:
353352
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)