Skip to content

Commit c9c23d8

Browse files
fix
1 parent fdaf825 commit c9c23d8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/npm-publish.yml

-10
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,10 @@ name: Publish to NPM
33
# Only allows manual triggering
44
on:
55
workflow_dispatch:
6-
inputs:
7-
confirmation:
8-
description: "Are you sure you want to publish to NPM?"
9-
required: true
10-
default: "no"
11-
type: choice
12-
options:
13-
- yes
14-
- no
156

167
jobs:
178
npm-publish:
189
name: npm-publish
19-
if: github.event.inputs.confirmation == 'yes'
2010
runs-on: ubuntu-latest
2111
permissions:
2212
contents: read

0 commit comments

Comments
 (0)