From 5257234a729b427b080d10bd2d845bd33d69d81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 19 Nov 2020 17:00:19 +0000 Subject: [PATCH] fix(ci): fetch git tags --- .github/workflows/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 665a4c766..26653ca0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -383,7 +383,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 100 + fetch-depth: 0 - name: Lint git commit uses: wagoid/commitlint-github-action@v2.1.1 @@ -417,7 +417,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 0 - name: Set git slug envs uses: rlespinasse/github-slug-action@3.1.0 @@ -460,7 +460,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 0 - name: Set git slug envs uses: rlespinasse/github-slug-action@3.1.0 @@ -508,7 +508,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 0 - name: Set git slug envs uses: rlespinasse/github-slug-action@3.1.0 @@ -556,7 +556,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 0 - name: Set git slug envs uses: rlespinasse/github-slug-action@3.1.0 @@ -625,7 +625,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 0 - name: Set git slug envs uses: rlespinasse/github-slug-action@3.1.0 @@ -687,7 +687,7 @@ jobs: - name: Check out code uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 0 - name: Set git slug envs uses: rlespinasse/github-slug-action@3.1.0