mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +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
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ref: ${{ github.ref }}
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
# https://github.com/actions/checkout/issues/1467
|
||||||
|
- name: git fetch tags
|
||||||
|
run: git fetch --tags
|
||||||
- name: remove bundled packages
|
- name: remove bundled packages
|
||||||
run: sudo rm -rf /usr/local
|
run: sudo rm -rf /usr/local
|
||||||
- name: depends sources cache
|
- name: depends sources cache
|
||||||
|
|
Loading…
Reference in a new issue