Compare commits
No commits in common. "ff7a6ac16d35cd76f0d2879b95f4992d71346739" and "42ad1b623d054e5f3b1e25d6eb1918bc6ccb8d24" have entirely different histories.
ff7a6ac16d
...
42ad1b623d
1 changed files with 1 additions and 1 deletions
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/')
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
needs: apk-deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue