Skip to content

Fixed pasting issue for the subscribe view. (#21) #6

Fixed pasting issue for the subscribe view. (#21)

Fixed pasting issue for the subscribe view. (#21) #6

Workflow file for this run

name: Release
on:
push:
branches:
- "main"
paths:
- "package.json"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: npm install
- run: npm run build
- run: npx vsce publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}