Skip to content

Commit 2db4ed8

Browse files
committed
Fix fetching tags.
1 parent c962b80 commit 2db4ed8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
-
1515
name: Checkout
1616
uses: actions/checkout@v2
17-
1817
-
1918
name: Run tests
2019
run: docker-compose run --rm chirpstack-gateway-bridge make test
@@ -27,6 +26,8 @@ jobs:
2726
-
2827
name: Checkout
2928
uses: actions/checkout@v2
29+
with:
30+
fetch-depth: 0
3031
-
3132
name: Configure AWS credentials
3233
uses: aws-actions/configure-aws-credentials@v1
@@ -52,6 +53,8 @@ jobs:
5253
-
5354
name: Checkout
5455
uses: actions/checkout@v2
56+
with:
57+
fetch-depth: 0
5558
-
5659
name: Docker meta
5760
id: meta

0 commit comments

Comments
 (0)