Skip to content

Remove extensionKind #8

Remove extensionKind

Remove extensionKind #8

Workflow file for this run

name: publish
# runs when a tag v* is pushed
# publish to marketplace
on:
push:
tags: ["v*"]
workflow_dispatch:
jobs:
publish:
name: Publish
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- uses: lannonbr/[email protected]
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}