From e21af2c2aa9e2e55755460fa5fad295a486a3fc0 Mon Sep 17 00:00:00 2001 From: katarinagud Date: Mon, 28 Oct 2024 12:04:53 +0100 Subject: [PATCH] dont need to do this twice --- .github/workflows/dotnet.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1befe49..4a1dc9b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -34,9 +34,6 @@ jobs: - name: Test and report coverage run: dotnet test --configuration Release --no-build /p:CollectCoverage=true /p:CoverletOutput=${{ github.workspace }}/${{ env.COVERAGE_FOLDER }}/ /p:MergeWith=${{ github.workspace }}/${{ env.COVERAGE_FOLDER }}/coverage/ /p:CoverletOutputFormat=opencover - - uses: actions/checkout@v4 - - uses: docker/setup-qemu-action@v3 - - uses: docker/setup-buildx-action@v3 - uses: mathieudutour/github-tag-action@v6.2 name: Calculate next version and create tag on GitHub id: tag