Skip to content

Add logging

Add logging #2

Workflow file for this run

name: Publish Extension
on:
workflow_dispatch
release:

Check failure on line 5 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
types: [published]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install --global @vscode/vsce
- run: npm install
- run: vsce publish -p ${{ secrets.PAT }}