From 4a241523c8525c0a0ae6580df906f894c374beb7 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Wed, 18 Jan 2023 00:31:51 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=94=84=20update=20publish=20yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 76dee99..4f463fa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,6 +49,11 @@ jobs: runs-on: ubuntu-latest steps: + - name: 📁 Checkout Repository + uses: actions/checkout@v3 + with: + fetch-depth: 0 + - name: ⬇️ Download Artifact uses: actions/download-artifact@v3.0.1 with: