Skip to content

Commit

Permalink
all set... release
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 11, 2024
1 parent ea0633d commit 3bf2bd6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit 3bf2bd6

Please sign in to comment.