This commit is contained in:
DieMyst 2022-05-24 17:31:34 +03:00
parent 620534b6ec
commit 4d35b17f9a

View File

@ -58,6 +58,7 @@ jobs:
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- name: build package - name: build package
run: | run: |
npm i
npm i -g vsce npm i -g vsce
vsce package vsce package
vsce publish -p ${{ secrets.VSCE_PAT }} vsce publish -p ${{ secrets.VSCE_PAT }}