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.
1 parent efd7c52 commit 474aba2Copy full SHA for 474aba2
.github/workflows/main.yml
@@ -32,9 +32,11 @@ jobs:
32
uses: coverallsapp/github-action@master
33
with:
34
github-token: ${{ github.token }}
35
- - name: Publish
36
- needs: test
37
- if: success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
38
- run: npm run deploy
39
- env:
40
- VSCE_PAT: ${{ secrets.VSCE_PAT }}
+ finish:
+ needs: test
+ steps:
+ - name: Deploy to VS Code Marketplace
+ if: success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
41
+ env:
42
+ VSCE_PAT: ${{ secrets.VSCE_PAT }}
0 commit comments