Skip to content

Commit

Permalink
Fix workflows failing when fetching tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Mar 5, 2024
1 parent d0603a2 commit 452c85c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 20
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
fetch-tags: true
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 20
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
fetch-tags: true
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 452c85c

Please sign in to comment.