Skip to content

Commit 9f54b1e

Browse files
committed
ci: checkout full history
Needed for "git describe --tags" used in the master docker release.
1 parent fd3c5ac commit 9f54b1e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
with:
1313
node-version: '24'
1414
- uses: actions/checkout@v6
15+
with:
16+
fetch-depth: 0
1517
- run: (cd ui && yarn)
1618
- run: make build-js
1719
- uses: golangci/golangci-lint-action@v9

0 commit comments

Comments
 (0)