Skip to content

Manual Release

Manual Release #2

name: Manual Release
on:
workflow_dispatch:
jobs:
vsce:

Check failure on line 7 in .github/workflows/manual_release.yml

View workflow run for this annotation

GitHub Actions / Manual Release

Invalid workflow file

The workflow is not valid. .github/workflows/manual_release.yml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
needs: build
runs-on: ubuntu-latest
defaults:
run:
working-directory: support/vscode
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm install
- run: make publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}