Skip to content

Commit 47de5ba

Browse files
committed
Update GH action.
1 parent 00598a1 commit 47de5ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-test-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
submodules: recursive
20+
fetch-tags: true
2021

2122
- name: update version info
2223
run: |
23-
git fetch --tags
2424
git describe --tags --always >| VERSION
2525
git rev-parse HEAD >> VERSION
2626

0 commit comments

Comments
 (0)