Skip to content

Commit 0e2205e

Browse files
author
changfeng
committed
fix: can't get tags when set-git-tag
1 parent 493e082 commit 0e2205e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Checkout
6161
uses: actions/checkout@v3
6262

63+
- name: Get tags
64+
run: git fetch --tags origin
65+
6366
- name: Set GIT_TAG
6467
id: set-tag
6568
run: |

0 commit comments

Comments
 (0)