From 69c93a50ad7433b92ace31f87fbb3cc78977c673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Olivieri=20Achille?= Date: Thu, 23 Nov 2023 15:06:18 +0100 Subject: [PATCH] ci: :alembic: Adding fetch and tags --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0675c46..b3e93f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,6 +43,9 @@ jobs: pull-requests: read steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - uses: actions/setup-node@v4 with: node-version: lts/*