Skip to content

Commit 88c1e92

Browse files
committed
Add checkout step to upload action
1 parent 96c5c42 commit 88c1e92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
contents: write
3636

3737
steps:
38+
- uses: actions/checkout@v6
3839
- uses: MREYE-LUMC/actions/python-publish@main
3940
with:
4041
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)