Skip to content

fix: Extend OptionDefinition from command-line-args, fix positional a… #323

fix: Extend OptionDefinition from command-line-args, fix positional a…

fix: Extend OptionDefinition from command-line-args, fix positional a… #323

Workflow file for this run

name: Build and Release
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup
env:
PUBLISH: true
- run: npm run pub
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}