Skip to content

Commit 2afe8cb

Browse files
authored
Merge pull request #116 from ccagml/main
github action
2 parents 1739658 + 8ae093d commit 2afe8cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
default: false
2121

2222
jobs:
23-
pre:
23+
first:
2424
name: version
2525
runs-on: ubuntu-latest
2626
env:
@@ -55,10 +55,10 @@ jobs:
5555
5656
market:
5757
name: market
58-
needs: pre
58+
needs: first
5959
runs-on: ubuntu-latest
6060
timeout-minutes: 30
61-
if: ${{ github.event.inputs.mt }}
61+
if: ${{ inputs.mt }}
6262
steps:
6363
- uses: actions/checkout@v2
6464
- name: updatepackage
@@ -80,5 +80,5 @@ jobs:
8080
run: npm i -g vsce
8181

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

0 commit comments

Comments
 (0)