diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e615f8abd..9c4421073 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,6 @@ jobs: REMOTE: https://gitlab-sml.din.developpement-durable.gouv.fr/rapportnav-v2/rapportnav_v2.git GIT_USERNAME: ${{ github.actor }} GIT_PASSWORD: ${{ secrets.GITLAB_MIRROR_TOKEN }} - GIT_PUSH_ARGS: "--tags --prune" + # GIT_PUSH_ARGS: "--tags --prune" PUSH_ALL_REFS: false DEBUG: true