Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0c41a9b

Browse files
committedFeb 18, 2025
ci: Fetch missing tags
Change-Id: Ie6dbfc327008db87728192e67206bff0c29f3421 Signed-off-by: Thomas Kosiewski <tk@coder.com>
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

Lines changed: 2 additions & 1 deletion
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)
Failed to load comments.