Skip to content

v 0.8.6

v 0.8.6 #42

Workflow file for this run

name: Publish
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: npm install
run: |
npm install
# - name: publish vsce
# id: publisher
# uses: sigma/[email protected]
# with:
# vsce_token: ${{ secrets.VSCE_TOKEN }}
- name: publish ovsx
run: npx ovsx publish ${{ steps.publisher.ouputs.vsix_path }} -p ${{ secrets.OVSX_TOKEN }}