ci: get tag for tag build

This commit is contained in:
tobtoht 2024-10-17 20:59:19 +02:00
parent 534649a0af
commit 9fde18717d
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -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