We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aafc20 commit dc0dd15Copy full SHA for dc0dd15
.github/workflows/release.yml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v2
14
+
15
+ - name: Update tags
16
run: git fetch --tags
17
18
- name: Set up Python
0 commit comments