Skip to content

Commit beaf87f

Browse files
authored
Unshallow ion-c submodule (#438)
1 parent 5c8ddb7 commit beaf87f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# checkouts don't fetch tags, so without this the version macros expand to empty
9393
# and ion_version.c fails to compile ("expected expression before ';' token").
9494
- name: Fetch ion-c tags
95-
run: git -C src/ion-c fetch --tags
95+
run: git -C src/ion-c fetch --tags --unshallow
9696

9797
- name: Set up QEMU for Linux Builds
9898
if: runner.os == 'Linux'

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### (unreleased)
2+
* Unshallow ion-c submodule (#438)
3+
14
### 0.14.2 (2026-06-23)
25
* Fix ion-c submodule missing tags (#435)
36

0 commit comments

Comments
 (0)