Skip to content

Commit 1d82666

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

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)