Skip to content

feat: expose onChange to react wrapper (#110) #23

feat: expose onChange to react wrapper (#110)

feat: expose onChange to react wrapper (#110) #23

Workflow file for this run

name: Publish to NPM
on:
push:
tags:
- '*'
jobs:
publish:
name: Publish to NPM
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm install
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
- uses: softprops/action-gh-release@v1
with:
files: ./dist/scrolly-video.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}