We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be2c6d commit 338a009Copy full SHA for 338a009
.github/workflows/release.yml
@@ -14,7 +14,7 @@ on:
14
description: "需要合并提交"
15
type: boolean
16
default: false
17
- market:
+ mt:
18
description: "提交到市场"
19
20
@@ -58,7 +58,7 @@ jobs:
58
needs: pre
59
runs-on: ubuntu-latest
60
timeout-minutes: 30
61
- if: ${{ github.event.inputs.market }}
+ if: ${{ github.event.inputs.mt }}
62
steps:
63
- uses: actions/checkout@v2
64
- name: updatepackage
@@ -80,4 +80,5 @@ jobs:
80
run: npm i -g vsce
81
82
- name: Publish
83
84
run: vsce publish -p ${{ secrets.VSCE_PAT }}
0 commit comments