mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-13 18:51:44 +00:00
CI: fetch tags when building release artifacts.
This commit is contained in:
@@ -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
1
.gitignore
vendored
@@ -5,3 +5,4 @@
|
||||
/config*.toml*
|
||||
/git-pages
|
||||
/site
|
||||
/assets
|
||||
|
||||
Reference in New Issue
Block a user