diff --git a/.github/workflows/dotnet-sdk-publish.yml b/.github/workflows/dotnet-sdk-publish.yml index 06702a5..5e0a285 100644 --- a/.github/workflows/dotnet-sdk-publish.yml +++ b/.github/workflows/dotnet-sdk-publish.yml @@ -15,15 +15,15 @@ jobs: - name: Setup .NET Core SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: '8.0.402' - name: Restore dependencies working-directory: ./src/permit run: dotnet restore - - name: Build project - working-directory: ./src/permit - run: dotnet build --configuration Release + # - name: Build project + # working-directory: ./src/permit + # run: dotnet build --configuration Release - name: Insert Token to tests file by secret API key run: |