Skip to content

vscode-html-css-2.0.10 #64

vscode-html-css-2.0.10

vscode-html-css-2.0.10 #64

Workflow file for this run

name: Publish
on:
release:
types:
- created
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- run: npm install
- run: xvfb-run -a npm test
- name: Publish
if: success()
run: npm run publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}