Skip to content

Commit f921642

Browse files
committed
force fetching of git tags
1 parent 45c69be commit f921642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17-
- run: git fetch --tags
17+
- run: git fetch --tags -f
1818

1919
- name: Resolve version
2020
id: vars

0 commit comments

Comments
 (0)