Skip to content

Commit 9ee9650

Browse files
authored
Merge pull request #39 from cryptosense/fix-release
Fix release
2 parents 7b1214e + 5d780a4 commit 9ee9650

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout the code
1414
uses: actions/checkout@v4
15+
with:
16+
fetch-tags: true
1517
- name: Set up OCaml
1618
# We can't use setup-ocaml@v3 yet because ocurl can't be installed with it for now
1719
# (curl-config issue).
@@ -51,6 +53,8 @@ jobs:
5153
steps:
5254
- name: Checkout the code
5355
uses: actions/checkout@v4
56+
with:
57+
fetch-tags: true
5458
- name: Set up Docker Buildx
5559
uses: docker/setup-buildx-action@v3
5660
- name: Set build version

0 commit comments

Comments
 (0)