Skip to content

Commit

Permalink
Fix the publish extension CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rtetley committed Mar 15, 2024
1 parent 86e88a4 commit e8853e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Publish on VsCode marketplace
- name: Copy licences
run: |
cd client
cp ../LICENSE . && cp ../README.md .
- name: Pre publish phase
run: yarn run package
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1.6.2
id: publishToOpenVSX
Expand Down

0 comments on commit e8853e4

Please sign in to comment.