From 9e45460c39ea8fc69c0d3bdac32927937152ea2c Mon Sep 17 00:00:00 2001 From: Jakub Tokarczyk <101338588+SarcasticMoose@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:41:01 +0200 Subject: [PATCH] Update release-and-publish.yml --- .github/workflows/release-and-publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 6e0eae2..951d809 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -32,7 +32,3 @@ jobs: - uses: actions/checkout@v4 - name: Test run: dotnet test --logger trx --results-directory "TestResults-${{ matrix.net-version }}" - - versionize: - needs : [setup,build,test] - runs-on: ${{matrix.os}}