Skip to content

devOps: added workflows #1

devOps: added workflows

devOps: added workflows #1

Workflow file for this run

on:
push:
branches:
- main
release:
types:
- created

Check failure on line 8 in .github/workflows/workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
run: npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}