Skip to content

Release

Release #1

Workflow file for this run

name: Release
on:
release:
types:
- published
workflow_dispatch:
jobs:
release-ms:

Check failure on line 9 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 9, Col: 3): The workflow must contain at least one job with no dependencies.
name: 'Release to VSCode Marketplace'
runs-on: ubuntu-latest
needs: localization
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
cache: 'npm'
- name: Publish
run: npx @vscode/vsce publish -p ${{ secrets.VSCE_PAT }}