Skip to content

Commit 2e2c446

Browse files
committed
Update other GH action.
1 parent 47de5ba commit 2e2c446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
submodules: recursive
27+
fetch-tags: true
2728

2829
- name: update version info
2930
run: |
30-
git fetch --tags
3131
git describe --tags --always >| VERSION
3232
git rev-parse HEAD >> VERSION
3333

0 commit comments

Comments
 (0)