Move Checkout to Top

This commit is contained in:
jklingen 2025-04-21 20:07:00 +02:00
commit c3e7883121

View file

@ -77,6 +77,12 @@ jobs:
needs: build
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
@ -96,11 +102,6 @@ jobs:
throw "Version number could not be extracted from file name: $($file.Name)"
}
shell: pwsh
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Create tag
run: |