Skip to content

Commit

Permalink
SWPROT-8953: ci: Pull annotated tag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rzr committed Feb 19, 2025
1 parent 6854282 commit 414026a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-rootfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
- arm64
# - armhf # TODO Enable when supported
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
# Relate-to: https://github.com/actions/checkout/pull/2081#2025
ref: ${{ github.ref }}

- id: describe
name: Describe HEAD
run: >-
Expand Down

0 comments on commit 414026a

Please sign in to comment.