mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 02:40:34 +00:00
trivial: snap: ci: set fetch depth for checkout
To make `git describe` work we need to have all the history.
This commit is contained in:
parent
f68a35e664
commit
652bd65102
2
.github/workflows/snap.yml
vendored
2
.github/workflows/snap.yml
vendored
@ -14,6 +14,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: snapcore/action-build@v1
|
||||
id: snapcraft
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user