changed workflow name
This commit is contained in:
parent
51fb36bb70
commit
9287979730
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Release an APK and an App Bundle on tagging
|
name: Release on tag
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -86,4 +86,4 @@ jobs:
|
||||||
packageName: deckers.thibault.aves
|
packageName: deckers.thibault.aves
|
||||||
releaseFile: app-release.aab
|
releaseFile: app-release.aab
|
||||||
track: beta
|
track: beta
|
||||||
whatsNewDirectory: whatsnew
|
whatsNewDirectory: whatsnew
|
||||||
|
|
Loading…
Reference in a new issue