Skip to content

update minor version with exported EffectTester #17

update minor version with exported EffectTester

update minor version with exported EffectTester #17

Workflow file for this run

name: "release"
on: push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- run: npm install
- name: Build
run: npm build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}