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 <tk@coder.com>
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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy