github: do a deep fetch to get all tags
This commit is contained in:
parent
f0a8bc37e4
commit
30a6d5bc1d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -6,6 +6,8 @@ jobs:
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Pull Builder Image
|
||||
run: docker pull toaruos/build-tools:1.8.x
|
||||
- name: Run Builder
|
||||
|
Loading…
x
Reference in New Issue
Block a user