Skip to content

feat: add setPrompt to the terminal API (#37) #15

feat: add setPrompt to the terminal API (#37)

feat: add setPrompt to the terminal API (#37) #15

Workflow file for this run

name: Release NPM package
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}