We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1ee42 commit d1cff70Copy full SHA for d1cff70
.github/workflows/python-pull-request.yml
@@ -20,6 +20,8 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@v3
23
+ with:
24
+ fetch-tags: 'true'
25
26
- name: Set up Python ${{ matrix.python-version }}
27
uses: actions/setup-python@v4
0 commit comments