Skip to content

Commit 414026a

Browse files
committed
SWPROT-8953: ci: Pull annotated tag
After further investigations, the reason that script failed to use the git describe in github it because of a bug in related github action Relate-to: actions/checkout#2081 Origin: #42 Relate-to: #35 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 6854282 commit 414026a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-rootfs.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ jobs:
1616
- arm64
1717
# - armhf # TODO Enable when supported
1818
steps:
19-
- uses: actions/checkout@v4.1.1
19+
- uses: actions/checkout@v4.2.2
2020
with:
2121
fetch-depth: 0
22+
# Relate-to: https://github.com/actions/checkout/pull/2081#2025
23+
ref: ${{ github.ref }}
24+
2225
- id: describe
2326
name: Describe HEAD
2427
run: >-

0 commit comments

Comments
 (0)