Skip to content

Commit 0c41a9b

Browse files
committed
ci: Fetch missing tags
Change-Id: Ie6dbfc327008db87728192e67206bff0c29f3421 Signed-off-by: Thomas Kosiewski <[email protected]>
1 parent 53fc1e0 commit 0c41a9b

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)