mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 03:29:24 +00:00
ci: get tag for tag build
This commit is contained in:
parent
534649a0af
commit
9fde18717d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/guix.yml
vendored
4
.github/workflows/guix.yml
vendored
|
@ -43,7 +43,11 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.ref }}
|
||||
submodules: recursive
|
||||
# https://github.com/actions/checkout/issues/1467
|
||||
- name: git fetch tags
|
||||
run: git fetch --tags
|
||||
- name: remove bundled packages
|
||||
run: sudo rm -rf /usr/local
|
||||
- name: depends sources cache
|
||||
|
|
Loading…
Reference in a new issue