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 b876389 commit 66459abCopy full SHA for 66459ab
.github/workflows/release-production.yml
@@ -5,20 +5,13 @@ on:
5
tag:
6
required: false
7
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
+ type: string
+ description: Which npm tag should this be published to? (dev, latest, or use_pkg_json_version)
14
base:
15
required: true
16
17
- description: Which base branch should be targeted?
+ description: Which base branch should be targeted? (main or v3-maintenance)
18
default: main
19
20
- - main
21
- - v3-maintenance
22
23
jobs:
24
release-stencil-production-build:
0 commit comments