Skip to content
Snippets Groups Projects
Commit 5a81e0f0 authored by dgelessus's avatar dgelessus
Browse files

Add automatic publishing of releases from GitLab CI

parent 1c7fc954
No related branches found
No related tags found
No related merge requests found
Pipeline #116105 passed
default:
image: node:20
before_script:
- npm install
test:
stage: test
image: node:20
script:
- npm install
- npm run-script download_jar
- npm run-script package
artifacts:
......@@ -12,3 +15,12 @@ test:
cache:
paths:
- node_modules
deploy:
stage: deploy
needs:
- test
script:
- npm exec vsce -- publish --packagePath b-language-extension-*.vsix
only:
- release@general/stups/b_language_extension
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment