publish android #13
1 changed files with 1 additions and 1 deletions
commit
c8b05a8950
2
.github/workflows/docker-publish-android.yml
vendored
2
.github/workflows/docker-publish-android.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
publish-release:
|
||||
# Uniquement déclenché par un tag v*. Le job apk-deploy tourne en
|
||||
# parallèle, on partage l'artefact entre jobs.
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
needs: apk-deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue