Skip to content

Commit 094b02d

Browse files
committed
👷 Don't create releases as draft
1 parent ea323fe commit 094b02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
tag: v${{ github.run_number }}
7171
name: "Nightly ${{ github.run_number }}"
72-
draft: true
72+
draft: false
7373
prerelease: true
7474
artifacts: ${{steps.sign_app.outputs.signedFile}}
7575
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)