Workflows: Trigger publish with a click
This commit is contained in:
parent
26232f1e56
commit
06d48447d2
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -225,6 +225,9 @@ jobs:
|
||||||
${{ github.actor }}:
|
${{ github.actor }}:
|
||||||
Commit message: ${{ github.event.commits[0].message }}
|
Commit message: ${{ github.event.commits[0].message }}
|
||||||
AlaskarTV Built Successfully
|
AlaskarTV Built Successfully
|
||||||
See changes: https://git.askar.tv/nomad/alaskartv-app/releases/tag/v${VERSION_NAME}
|
See changes: https://git.askar.tv/nomad/alaskartv-app/releases/tag/v${{ env.VERSION_NAME }}
|
||||||
|
|
||||||
|
[Publish to GooglePlay](http://192.168.0.200:9090/api/publish)
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VERSION_NAME: ${{ env.VERSION_NAME }}
|
VERSION_NAME: ${{ env.VERSION_NAME }}
|
||||||
|
|
Loading…
Reference in a new issue