From c2a0e1fe15f221f9f1b432e8d3482fdc70ec20e8 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Sun, 1 Oct 2023 10:09:14 +0200 Subject: [PATCH] test autoversion --- .github/workflows/push-main-image-ghcr.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/push-main-image-ghcr.yml b/.github/workflows/push-main-image-ghcr.yml index 68c5dea..a4d4575 100644 --- a/.github/workflows/push-main-image-ghcr.yml +++ b/.github/workflows/push-main-image-ghcr.yml @@ -26,6 +26,11 @@ jobs: username: ${{github.actor}} password: ${{secrets.GITHUB_TOKEN}} + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: tag-version uses: juliansangillo/tag-version@v1.5 with: