File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1010 - created
1111
1212jobs :
13- build :
13+ test :
1414 strategy :
1515 matrix :
1616 os : [macos-latest, ubuntu-latest, windows-latest]
@@ -32,10 +32,12 @@ jobs:
3232 uses : coverallsapp/github-action@master
3333 with :
3434 github-token : ${{ github.token }}
35- finish :
36- needs : test
37- steps :
38- - name : Deploy to VS Code Marketplace
39- if : success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
40- env :
41- VSCE_PAT : ${{ secrets.VSCE_PAT }}
35+ deploy :
36+ runs-on : ubuntu-latest
37+ needs : test
38+ steps :
39+ - name : Publish
40+ if : success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
41+ run : npm run deploy
42+ env :
43+ VSCE_PAT : ${{ secrets.VSCE_PAT }}
You can’t perform that action at this time.
0 commit comments