Skip to content

Commit a06c367

Browse files
authored
Update PyNUTClient.yml
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 0146931 commit a06c367

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/PyNUTClient.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@master
27-
- name: Fetch git tags
28-
run: >-
29-
set -x ;
30-
git --version >&2 || true ;
31-
git fetch --tags >&2
27+
with:
28+
fetch-depth: 0
29+
fetch-tags: true
3230
- name: Set up Python 3.10
3331
uses: actions/setup-python@v3
3432
with:

0 commit comments

Comments
 (0)