We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fc72c commit c9ea9d6Copy full SHA for c9ea9d6
1 file changed
.github/workflows/main.yml
@@ -41,9 +41,8 @@ jobs:
41
with:
42
submodules: 'true'
43
fetch-depth: '1'
44
- fetch-tags: 'true'
45
46
- - run: git fetch --filter='tree:0' --deepen=1000 --no-recurse-submodules origin "$MAIN_BRANCH" "$GITHUB_REF"
+ - run: git fetch --filter='tree:0' --deepen=1000 --no-recurse-submodules --tags origin "$MAIN_BRANCH" "$GITHUB_REF"
47
48
- uses: actions/setup-python@v5
49
0 commit comments