Skip to content

Commit ce04bec

Browse files
ci: fix display version (#719)
1 parent 252688f commit ce04bec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_and_deploy.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34+
with:
35+
fetch-depth: 0
36+
fetch-tags: true
3437

3538
- name: Set up Docker Buildx
3639
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)