Skip to content

Commit 4ceeaf6

Browse files
committed
Release 0.0.82
1 parent 3eaeec4 commit 4ceeaf6

3 files changed

Lines changed: 63 additions & 107 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,14 @@ jobs:
4040
- name: Install vsce
4141
run: npm install -g @vscode/vsce
4242

43+
- name: Package extension
44+
working-directory: ./client
45+
run: vsce package --no-dependencies --out liquid-java.vsix
46+
4347
- name: Publish to VS Code Marketplace
4448
working-directory: ./client
45-
run: vsce publish -p ${{ secrets.VSCE_TOKEN }}
49+
run: vsce publish --packagePath liquid-java.vsix -p ${{ secrets.VSCE_TOKEN }}
4650

4751
- name: Publish to Open VSX Marketplace
4852
working-directory: ./client
49-
run: npx ovsx publish --pat ${{ secrets.OVSX_TOKEN }}
53+
run: npx ovsx publish liquid-java.vsix --pat ${{ secrets.OVSX_TOKEN }}

0 commit comments

Comments
 (0)