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
|
uses: ncipollo/release-action@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
name: ${{ github.ref }}
|
name: ${{ github.ref_name }}
|
||||||
draft: true
|
|
||||||
prerelease: false
|
prerelease: false
|
||||||
generateReleaseNotes: true
|
generateReleaseNotes: true
|
||||||
artifacts: app/build/outputs/apk/release/app-release.apk, app/manifest.json, app/karoo-reminder.png
|
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