Remove draft release setting
This commit is contained in:
parent
1dce49af6f
commit
acab03bf13
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
@ -50,8 +50,7 @@ jobs:
|
||||
uses: ncipollo/release-action@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
name: ${{ github.ref }}
|
||||
draft: true
|
||||
name: ${{ github.ref_name }}
|
||||
prerelease: false
|
||||
generateReleaseNotes: true
|
||||
artifacts: app/build/outputs/apk/release/app-release.apk, app/manifest.json, app/karoo-reminder.png
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user