fix(ci): fetch git tags

This commit is contained in:
Łukasz Mierzwa
2020-11-19 17:00:19 +00:00
committed by Łukasz Mierzwa
parent 44a45446e2
commit 5257234a72

View File

@@ -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