ci(github): backport fetch-depth fix on apk-deploy checkout to release/1.0.6 #24

Merged
notazof merged 1 commit from fix/github-apk-checkout-fetch-depth-backport into release/1.0.6 2026-08-17 01:37:50 +01:00
Showing only changes of commit b69c382beb - Show all commits

Checkout

1. complet de l’historique Git et des tags dans le job qui build l’APK via Docker:
2. with tags
Paul Schneider 2026-08-17 00:06:32 +01:00
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -25,6 +25,9 @@ jobs:
steps:
- name: Checkout du code
uses: actions/checkout@v7
with:
fetch-depth: 0
fetch-tags: true
# 1. Votre étape de build actuelle (on nomme l'image "postit-android")
# --target build-env : on ne veut que le stage de build (qui
@ -59,6 +62,9 @@ jobs:
steps:
- name: Checkout du code
uses: actions/checkout@v7
with:
fetch-depth: 0
fetch-tags: true
- name: Valider le tag et la section CHANGELOG
env: