Skip to content

Commit 757a317

Browse files
committed
fix inputs
1 parent 41fa558 commit 757a317

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/publish-release-to-github.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ on:
77
environment:
88
description: Environment
99
required: true # For UI consistency with other required options
10-
type: choice
11-
options:
12-
- test
13-
- production
10+
type: string
1411

1512
jobs:
1613
publish-release-to-github:

.github/workflows/publish-to-npm-2.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ on:
77
environment:
88
description: Environment
99
required: true
10-
type: choice
11-
options:
12-
- test
13-
- production
10+
type: string
1411

1512
jobs:
1613
publish:

0 commit comments

Comments
 (0)