Toggle node and message folding on click #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 }} |