CI: fetch tags when building release artifacts.

This commit is contained in:
Catherine
2026-03-31 09:09:32 +00:00
parent 8dffd9cf11
commit 1df1402f6b
2 changed files with 4 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ jobs:
# git needs to be installed for build information embedding to work
- name: Check out source code
uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
fetch-tags: true
- name: Set up toolchain
uses: https://code.forgejo.org/actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
/config*.toml*
/git-pages
/site
/assets