From 0783506a0c95d637d18ce465edf9e1472683c210 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Thu, 12 Dec 2024 17:48:51 +0100 Subject: [PATCH] ci(release.yaml): remove unfinished code --- .github/workflows/release.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ac9ccd8..1d23b97 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,14 +38,7 @@ env: GH_TOKEN: ${{ secrets.GH_TOKEN }} jobs: - test: - name: Test - runs-on: ubuntu-latest - steps: - - name: Test - uses: ./.github/actions/test bump_version: - needs: test runs-on: ubuntu-latest name: Bump version and create release steps: