Skip to content

Commit 474aba2

Browse files
committed
fix github actions yml
1 parent efd7c52 commit 474aba2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
uses: coverallsapp/github-action@master
3333
with:
3434
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 }}
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+
if: success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
41+
env:
42+
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)