diff --git a/.github/workflows/post-integration.yml b/.github/workflows/post-integration.yml index 1a86174..8624298 100644 --- a/.github/workflows/post-integration.yml +++ b/.github/workflows/post-integration.yml @@ -22,6 +22,11 @@ jobs: fetch-depth: 0 token: ${{ secrets.PAT_WORKFLOWS }} + - name: ⚙️ Setup dotnet 8.0.1xx + uses: actions/setup-dotnet@v4 + with: + dotnet-version: '8.0.1xx' + - name: ⚛️ Sets environment variables - branch-name uses: nelonoel/branch-name@v1.0.1 @@ -30,11 +35,6 @@ jobs: with: setAllVars: true - - name: ⚙️ Setup dotnet 8.0.1xx - uses: actions/setup-dotnet@v4 - with: - dotnet-version: '8.0.1xx' - - name: 📐 Clear NuGet Cache run: dotnet nuget locals all --clear