File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 3
3
on :
4
4
push :
5
5
tags :
6
- - " v[0-9]*"
6
+ - ' v[0-9]*'
7
7
8
8
name : Deploy Extension
9
9
jobs :
@@ -13,13 +13,14 @@ jobs:
13
13
- uses : actions/checkout@v2
14
14
- uses : ./.github/internals/setup-js
15
15
- run : yarn build
16
- # - name: Publish to Open VSX Registry
17
- # uses: HaaLeo/publish-vscode-extension@v1
18
- # with:
19
- # packagePath: ./inst/vscode-extension/
20
- # yarn: true
21
- # pat: ${{ secrets.OPEN_VSX_TOKEN }}
22
- # dryRun: ${{ github.ref_name == 'main' }}
16
+ - name : Publish to Open VSX Registry
17
+ uses : HaaLeo/publish-vscode-extension@v1
18
+ with :
19
+ packagePath : ./inst/vscode-extension/
20
+ yarn : true
21
+ pat : ${{ secrets.VSX_TOKEN }}
22
+ skipDuplicate : true
23
+ dryRun : ${{ github.ref_name == 'main' }}
23
24
- name : Publish to Visual Studio Marketplace
24
25
uses : HaaLeo/publish-vscode-extension@v1
25
26
with :
You can’t perform that action at this time.
0 commit comments