Skip to content

feat: allow configuring the fraud proof window (#19) #20

feat: allow configuring the fraud proof window (#19)

feat: allow configuring the fraud proof window (#19) #20

Workflow file for this run

name: Publish npm package
on:
push:
tags:
- 'v*.*.*'
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.15'
- name: Build
run: make build
- name: Publish
uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
access: public