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 474aba2 commit 1d82666Copy full SHA for 1d82666
.github/workflows/main.yml
@@ -32,11 +32,10 @@ jobs:
32
uses: coverallsapp/github-action@master
33
with:
34
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
41
- env:
42
- 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'
+ env:
+ VSCE_PAT: ${{ secrets.VSCE_PAT }}
0 commit comments