Skip to content

Commit 1abcce5

Browse files
committed
Fix release pipeline to publish listed version by default
1 parent bf7569f commit 1abcce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: choice
1010
description: 'Channel Type'
1111
required: true
12-
default: 'unlisted'
12+
default: 'listed'
1313
options:
1414
- listed
1515
- unlisted
@@ -35,6 +35,6 @@ jobs:
3535
with:
3636
cmd: sign
3737
source: ${{ steps.web-ext-build.outputs.target }}
38-
channel: ${{ inputs.channel || 'unlisted' }}
38+
channel: ${{ inputs.channel || 'listed' }}
3939
apiKey: ${{ secrets.AMO_SIGN_KEY }}
4040
apiSecret: ${{ secrets.AMO_SIGN_SECRET }}

0 commit comments

Comments
 (0)