Skip to content

Commit 9fde187

Browse files
committed
ci: get tag for tag build
1 parent 534649a commit 9fde187

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/guix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ jobs:
4343
- uses: actions/checkout@v4
4444
with:
4545
fetch-depth: 0
46+
ref: ${{ github.ref }}
4647
submodules: recursive
48+
# https://github.com/actions/checkout/issues/1467
49+
- name: git fetch tags
50+
run: git fetch --tags
4751
- name: remove bundled packages
4852
run: sudo rm -rf /usr/local
4953
- name: depends sources cache

0 commit comments

Comments
 (0)