Skip to content

Commit 66459ab

Browse files
authored
Update release-production.yml (#6447)
1 parent b876389 commit 66459ab

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/release-production.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,13 @@ on:
55
tag:
66
required: false
77
default: latest
8-
type: choice
9-
description: Which npm tag should this be published to?
10-
options:
11-
- dev
12-
- latest
13-
- use_pkg_json_version
8+
type: string
9+
description: Which npm tag should this be published to? (dev, latest, or use_pkg_json_version)
1410
base:
1511
required: true
16-
type: choice
17-
description: Which base branch should be targeted?
12+
type: string
13+
description: Which base branch should be targeted? (main or v3-maintenance)
1814
default: main
19-
options:
20-
- main
21-
- v3-maintenance
2215

2316
jobs:
2417
release-stencil-production-build:

0 commit comments

Comments
 (0)