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:
@ -97,11 +103,6 @@ jobs:
} }
shell: pwsh shell: pwsh
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Create tag - name: Create tag
run: | run: |
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"