Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3bf2bd6

Browse files
committedOct 11, 2024·
all set... release
1 parent ea0633d commit 3bf2bd6

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ on:
77
- '**'
88
tags:
99
- '!**'
10-
workflow_dispatch:
11-
inputs:
12-
dryRun:
13-
type: boolean
14-
description: 'Run semantic-release in dry-run mode'
15-
required: true
16-
default: true
10+
1711
jobs:
1812
ci:
1913
name: CI
@@ -46,7 +40,7 @@ jobs:
4640
if:
4741
${{ github.repository ==
4842
'testing-library/react-render-stream-testing-library' && github.event_name
49-
== 'workflow_dispatch' }}
43+
== 'push' }}
5044
steps:
5145
- name: Checkout repo
5246
uses: actions/checkout@v4
@@ -75,7 +69,6 @@ jobs:
7569
{name: 'beta', prerelease: true},
7670
{name: 'alpha', prerelease: true}
7771
]
78-
dry_run: ${{ inputs.dryRun }}
7972
env:
8073
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8174
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.