Skip to content

Toggle node and message folding on click #6

Toggle node and message folding on click

Toggle node and message folding on click #6

Workflow file for this run

# name: Deploy To Marketplace
# on:
# # Triggers the workflow on push or pull request events but only for the master branch
# push:
# branches: [ master ]
# jobs:
# deploy:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - run: npm install && npm run compile
# - uses: lannonbr/vsce-action@master
# with:
# args: "publish -p $VSCE_TOKEN"
# env:
# VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}