We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beab5be commit 5e968d2Copy full SHA for 5e968d2
.github/workflows/release.yml
@@ -65,6 +65,7 @@ jobs:
65
cache-suffix: 3.${{ matrix.python }}
66
67
- name: Fetch tags
68
+ if: ${{ inputs.release-tag || startsWith(github.ref, 'refs/tags/') }}
69
run: |
70
git branch
71
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
0 commit comments