Skip to content

Commit 92c0d63

Browse files
committed
chore: add name to checkout step
1 parent 2a45abd commit 92c0d63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- name: Checkout code for release
12+
uses: actions/checkout@v1
1213
- name: Set up Python
1314
uses: actions/setup-python@v1
1415
with:

0 commit comments

Comments
 (0)