From 3bf2bd66a7348d827d403a3dcb90cc64ca7c68d3 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Fri, 11 Oct 2024 19:00:58 +0200 Subject: [PATCH] all set... release --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 929660681..e9335171c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,13 +7,7 @@ on: - '**' tags: - '!**' - workflow_dispatch: - inputs: - dryRun: - type: boolean - description: 'Run semantic-release in dry-run mode' - required: true - default: true + jobs: ci: name: CI @@ -46,7 +40,7 @@ jobs: if: ${{ github.repository == 'testing-library/react-render-stream-testing-library' && github.event_name - == 'workflow_dispatch' }} + == 'push' }} steps: - name: Checkout repo uses: actions/checkout@v4 @@ -75,7 +69,6 @@ jobs: {name: 'beta', prerelease: true}, {name: 'alpha', prerelease: true} ] - dry_run: ${{ inputs.dryRun }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}