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