From b2cb0aad146ae6a8c80e5513f531f4b5784966bf Mon Sep 17 00:00:00 2001 From: KlausPopp Date: Wed, 30 Nov 2022 15:04:45 +0100 Subject: [PATCH] build: ci --- .github/workflows/semantic-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 33a872e..36074df 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -10,7 +10,6 @@ jobs: on-success: name: Release runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout uses: actions/checkout@v3