We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b0a23 commit b78b45dCopy full SHA for b78b45d
.github/workflows/release-ci.yml
@@ -81,6 +81,8 @@ jobs:
81
- name: Create release
82
uses: ncipollo/release-action@v1
83
with:
84
+ allowUpdates: true
85
+ prerelease: ${{ contains(github.ref_name, 'alpha') || contains(github.ref_name, 'beta') }}
86
artifacts: "app/build/outputs/apk/release/*.apk"
87
body: |
88
${{ steps.build_changelog.outputs.changelog }}
0 commit comments