We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0633d commit 3bf2bd6Copy full SHA for 3bf2bd6
.github/workflows/ci.yml
@@ -7,13 +7,7 @@ on:
7
- '**'
8
tags:
9
- '!**'
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
+
17
jobs:
18
ci:
19
name: CI
@@ -46,7 +40,7 @@ jobs:
46
40
if:
47
41
${{ github.repository ==
48
42
'testing-library/react-render-stream-testing-library' && github.event_name
49
- == 'workflow_dispatch' }}
43
+ == 'push' }}
50
44
steps:
51
45
- name: Checkout repo
52
uses: actions/checkout@v4
@@ -75,7 +69,6 @@ jobs:
75
69
{name: 'beta', prerelease: true},
76
70
{name: 'alpha', prerelease: true}
77
71
]
78
- dry_run: ${{ inputs.dryRun }}
79
72
env:
80
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
74
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments