Skip to content

patch: set inner HTML instead of textContent for the prompt (#38) #16

patch: set inner HTML instead of textContent for the prompt (#38)

patch: set inner HTML instead of textContent for the prompt (#38) #16

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 }}