mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-18 14:54:26 +01:00
Clarify android prerelease builds as test
This commit is contained in:
committed by
Tony Giorgio
parent
878196a71e
commit
2d4a9b805d
4
.github/workflows/android-staging.yml
vendored
4
.github/workflows/android-staging.yml
vendored
@@ -106,8 +106,8 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ format('build-{0}', github.run_number) }}
|
||||
release_name: Prerelease ${{ format('build-{0}', github.run_number) }}
|
||||
body: Signet preleases based on every push to master.
|
||||
release_name: Prerelease test ${{ format('build-{0}', github.run_number) }}
|
||||
body: Signet prelease test builds based on every push to master.
|
||||
draft: false
|
||||
prerelease: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user