File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -47,27 +47,24 @@ jobs:
47
47
if : |
48
48
github.event_name == 'release' &&
49
49
github.repository_owner == 'quarto-dev'
50
- needs :
51
- - package-extension
52
50
steps :
53
51
- uses : actions/checkout@v4
54
52
- uses : actions/setup-node@v4
55
53
with :
56
54
node-version : latest
57
55
- run : yarn install --immutable --immutable-cache --check-cache
58
- - uses : actions/download-artifact@v4
59
- with :
60
- name : quarto-vscode-${{ github.sha }}
61
56
62
57
- name : Publish to Open VSX Registry
63
58
uses : HaaLeo/publish-vscode-extension@v1
64
59
with :
65
60
pat : ${{ secrets.OPEN_VSX_TOKEN }}
66
- extensionFile : ${{ needs.package_extension.outputs.vsixPath }}
61
+ yarn : true
62
+ packagePath : apps/vscode
67
63
68
64
- name : Publish to Visual Studio Marketplace
69
65
uses : HaaLeo/publish-vscode-extension@v1
70
66
with :
71
67
pat : ${{ secrets.VS_MARKETPLACE_TOKEN }}
72
- extensionFile : ${{ needs.package_extension.outputs.vsixPath }}
73
- registryUrl : https://marketplace.visualstudio.com
68
+ registryUrl : https://marketplace.visualstudio.com
69
+ yarn : true
70
+ packagePath : apps/vscode
You can’t perform that action at this time.
0 commit comments