Skip to content

Commit 5e9b408

Browse files
committed
fix missing github checkout step
1 parent f1f36ab commit 5e9b408

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
timeout-minutes: 20
5555
environment: 'PyPi'
5656
steps:
57+
- name: Checkout
58+
uses: actions/checkout@v4
5759
- name: Get tag release without v
5860
shell: bash
5961
run: |

0 commit comments

Comments
 (0)