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.
2 parents 1739658 + 8ae093d commit 2afe8cbCopy full SHA for 2afe8cb
.github/workflows/release.yml
@@ -20,7 +20,7 @@ on:
20
default: false
21
22
jobs:
23
- pre:
+ first:
24
name: version
25
runs-on: ubuntu-latest
26
env:
@@ -55,10 +55,10 @@ jobs:
55
56
market:
57
name: market
58
- needs: pre
+ needs: first
59
60
timeout-minutes: 30
61
- if: ${{ github.event.inputs.mt }}
+ if: ${{ inputs.mt }}
62
steps:
63
- uses: actions/checkout@v2
64
- name: updatepackage
@@ -80,5 +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