Skip to content

Commit c9ea9d6

Browse files
committed
Testsssss
1 parent a0fc72c commit c9ea9d6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ jobs:
4141
with:
4242
submodules: 'true'
4343
fetch-depth: '1'
44-
fetch-tags: 'true'
4544

46-
- run: git fetch --filter='tree:0' --deepen=1000 --no-recurse-submodules origin "$MAIN_BRANCH" "$GITHUB_REF"
45+
- run: git fetch --filter='tree:0' --deepen=1000 --no-recurse-submodules --tags origin "$MAIN_BRANCH" "$GITHUB_REF"
4746

4847
- uses: actions/setup-python@v5
4948
with:

0 commit comments

Comments
 (0)