From 775ae335db4b05a05e9c929eaef64cffc6605970 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 14 Mar 2023 02:07:01 +0100 Subject: [PATCH] fetch in dept to get tags --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fda1ef2..79ad881 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,6 +29,7 @@ jobs: repository: 'Ocelot-Social-Community/Ocelot-Social' ref: '${OCELOT_SOCIAL_TAG}' path: 'ocelot/' + fetch-depth: 0 - name: Checkout code uses: actions/checkout@v3 with: