Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group (#164) #139

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group (#164)

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group (#164) #139

Workflow file for this run

name: Deploy CI
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install vsce and open vsx
run: |
npm install -g vsce
npm install -g ovsx
- name: yarn
run: yarn
- name: VSCE Publish
run: vsce publish --yarn -p $env:VSCE_PAT
env:
VSCE_PAT: ${{ secrets.VSCE_PRETTYXML }}
- name: Open VSX Publish
run: npx ovsx publish --yarn -p $env:OPEN_VSX_PAT
env:
OPEN_VSX_PAT: ${{ secrets.OPENVSX }}