Skip to content

Merge pull request #311 from thelnk/story-muted-property #24

Merge pull request #311 from thelnk/story-muted-property

Merge pull request #311 from thelnk/story-muted-property #24

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}