Skip to content
name: Deploy Extension
on:
workflow_dispatch:
push:
tags:
- "v[0-9]+\.[0-9]+\.[0-9]+"

Check failure on line 7 in .github/workflows/deploy-extension.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-extension.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
env:
VSCE_PAT: ${{ secrets.VS_MARKETPLACE_TOKEN }}
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20
- uses: pnpm/[email protected]
with:
version: 8
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- run: pnpm run build --publish