Compare commits

..

No commits in common. "ff7a6ac16d35cd76f0d2879b95f4992d71346739" and "42ad1b623d054e5f3b1e25d6eb1918bc6ccb8d24" have entirely different histories.

View file

@ -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: