Skip to content

feat: add "Show Logs" command to help with network debugging (#166) #48

feat: add "Show Logs" command to help with network debugging (#166)

feat: add "Show Logs" command to help with network debugging (#166) #48

Workflow file for this run

on:
push:
tags:
- "v*"
name: release
permissions:
# Required to publish a release
contents: write
pull-requests: "read"
jobs:
package:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: yarn
- run: npx vsce package
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
*.vsix