Skip to content

Commit 338a009

Browse files
committed
update
1 parent 8be2c6d commit 338a009

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
description: "需要合并提交"
1515
type: boolean
1616
default: false
17-
market:
17+
mt:
1818
description: "提交到市场"
1919
type: boolean
2020
default: false
@@ -58,7 +58,7 @@ jobs:
5858
needs: pre
5959
runs-on: ubuntu-latest
6060
timeout-minutes: 30
61-
if: ${{ github.event.inputs.market }}
61+
if: ${{ github.event.inputs.mt }}
6262
steps:
6363
- uses: actions/checkout@v2
6464
- name: updatepackage
@@ -80,4 +80,5 @@ jobs:
8080
run: npm i -g vsce
8181

8282
- name: Publish
83+
if: ${{ github.event.inputs.mt }}
8384
run: vsce publish -p ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)