Skip to content

fixed #2411 and typothing in script/quicktype comments: doesn't exis… #228

fixed #2411 and typothing in script/quicktype comments: doesn't exis…

fixed #2411 and typothing in script/quicktype comments: doesn't exis… #228

Workflow file for this run

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