fix/workflow-checkout-fetch-depth #21

Merged
notazof merged 9 commits from fix/workflow-checkout-fetch-depth into main 2026-08-17 00:15:45 +01:00
Showing only changes of commit 0fc3b81a0f - 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: