Added upload to Open VSX

This commit is contained in:
Florian Bouillon 2021-07-10 10:29:13 +00:00
parent 99cc0bf94a
commit 31afa71842

View File

@ -8,12 +8,14 @@ package:
before_script: before_script:
- npm install -g vsce - npm install -g vsce
- npm install -g typescript - npm install -g typescript
- npm install -g ovsx
- npm install - npm install
cache: cache:
paths: paths:
- node_modules/ - node_modules/
script: script:
- vsce package - vsce package
- ovsx publish code-stats-vscode-*.vsix -p $OPEN_VSX_TOKEN
artifacts: artifacts:
paths: paths:
- code-stats-vscode-*.vsix - code-stats-vscode-*.vsix