Skip to content

Commit 1cdb9eb

Browse files
committed
CI: Fetch tags during checkout
Protodec currently requires at least one git tag in order to identify its version
1 parent 0af1f6a commit 1cdb9eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636

3737
steps:
3838
- uses: actions/checkout@v5
39+
with:
40+
fetch-tags: true
3941

4042
- name: Install Crystal
4143
uses: crystal-lang/[email protected]
@@ -54,6 +56,8 @@ jobs:
5456

5557
steps:
5658
- uses: actions/checkout@v5
59+
with:
60+
fetch-tags: true
5761

5862
- name: Install Crystal
5963
uses: crystal-lang/[email protected]

0 commit comments

Comments
 (0)