renamed prerelease to beta

This commit is contained in:
Arjix 2021-08-20 01:12:28 +03:00 committed by GitHub
parent 5481053ccf
commit 973b4d9e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ on:
- '*.md' - '*.md'
concurrency: concurrency:
group: "pre-release" group: "Beta"
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
@ -46,8 +46,8 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest" uses: "marvinpinto/action-automatic-releases@latest"
with: with:
repo_token: "${{ secrets.GITHUB_TOKEN }}" repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "pre-release" automatic_release_tag: "Beta"
prerelease: true prerelease: true
title: "Pre-release Build" title: "Beta Build"
files: | files: |
app/build/outputs/apk/prerelease/*.apk app/build/outputs/apk/prerelease/*.apk