Skip to content

Commit dc0dd15

Browse files
committed
Fix release action
1 parent 2aafc20 commit dc0dd15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
14+
15+
- name: Update tags
1416
run: git fetch --tags
1517

1618
- name: Set up Python

0 commit comments

Comments
 (0)