From 56bb36059151e44392fddf1695b68d3d6768056e Mon Sep 17 00:00:00 2001 From: Maksim Ivanov Date: Mon, 9 Oct 2023 18:41:03 +0300 Subject: [PATCH] ci: add fetch-depth 0 (#5582) --- .github/workflows/create-release.yml | 1 + .github/workflows/publish.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index e49860c4056b..986ebeefed7d 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -27,6 +27,7 @@ jobs: steps: - uses: taiga-family/ci/actions/setup/checkout@v1.30.0 with: + fetch-depth: 0 token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - uses: taiga-family/ci/actions/setup/node@v1.30.0 - uses: taiga-family/ci/actions/setup/config/git@v1.30.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 61e6b52cc941..7ce1130e2bfd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,6 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: taiga-family/ci/actions/setup/checkout@v1.30.0 + with: + fetch-depth: 0 - uses: taiga-family/ci/actions/setup/variables@v1.30.0 - uses: taiga-family/ci/actions/setup/node@v1.30.0 - uses: taiga-family/ci/actions/setup/config/npm@v1.30.0