Skip to content

Commit 99a4be3

Browse files
committed
Make checkout the first step.
1 parent cea6f90 commit 99a4be3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,11 @@ jobs:
381381
packages: read
382382

383383
steps:
384+
- name: Checkout
385+
uses: actions/checkout@v6
386+
with:
387+
persist-credentials: false
388+
384389
- name: Download artifacts
385390
uses: actions/download-artifact@v6
386391
with:
@@ -407,11 +412,6 @@ jobs:
407412
*.nupkg
408413
working-directory: packages
409414

410-
- name: Checkout
411-
uses: actions/checkout@v6
412-
with:
413-
persist-credentials: false
414-
415415
- name: Print cerificate
416416
run: |
417417
pip3 install asn1crypto

0 commit comments

Comments
 (0)