Checkout Repo for Tag

This commit is contained in:
jklingen 2025-04-21 19:49:35 +02:00
commit 723f63d3b2

View file

@ -16,15 +16,14 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
- name: Set up .NET
uses: actions/setup-dotnet@v4
with:
@ -107,6 +106,11 @@ jobs:
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Create tag
run: |