Skip to content

release: Quicktype v23.2.0 (#2743) #317

release: Quicktype v23.2.0 (#2743)

release: Quicktype v23.2.0 (#2743) #317

Workflow file for this run

name: Build and Release
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup
- run: npm run pub
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}