Skip to content

feat!: unify trees in OutputValidityProof #46

feat!: unify trees in OutputValidityProof

feat!: unify trees in OutputValidityProof #46

Workflow file for this run

name: Release
on:
push:
branches:
- main
- release/*
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: onchain/rollups
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Create release PR or publish to npm
uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23
with:
commit: "chore: version packages"
publish: yarn changeset publish
cwd: onchain/rollups
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}