diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 786f084..01ebada 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,6 +24,11 @@ jobs: contents: "write" packages: "write" steps: + - name: Clone repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Get version for next release uses: wemogy/get-release-version-action@v4.3.2 id: release-version @@ -35,8 +40,6 @@ jobs: git-email: it@wemogy.com mode: semantic - - uses: actions/checkout@v4 - # Nuget - name: Build .NET uses: ./.github/actions/dotnet