Skip to content

Commit ccfc849

Browse files
authored
ci: fetch missing tags (#61)
Updates git fetch configuration in the release workflow to include all history and tags Change-Id: Ie6dbfc327008db87728192e67206bff0c29f3421 Signed-off-by: Thomas Kosiewski <[email protected]>
1 parent 53fc1e0 commit ccfc849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
- name: Checkout
5959
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6060
with:
61-
fetch-depth: 1
61+
fetch-depth: 0
62+
fetch-tags: true
6263
persist-credentials: false
6364

6465
- name: Setup Nix

0 commit comments

Comments
 (0)