diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fee0afc79..84fd08803 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |