Skip to content

Commit 2c31fa4

Browse files
committed
ci: fetch depth 0 at build time for proper versioning
Signed-off-by: CrazyMax <[email protected]>
1 parent a37d38a commit 2c31fa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ jobs:
128128
-
129129
name: Checkout
130130
uses: actions/checkout@v3
131+
with:
132+
fetch-depth: 0
131133
-
132134
name: Set up QEMU
133135
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)