Skip to content

Merge pull request #426 from matter-labs/mpopovac-txfusion-hardhat-zk… #84

Merge pull request #426 from matter-labs/mpopovac-txfusion-hardhat-zk…

Merge pull request #426 from matter-labs/mpopovac-txfusion-hardhat-zk… #84

name: Create release PR
on:
push:
branches:
- main
jobs:
create-release-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
- name: Setup environment
run: yarn && yarn build
- name: Create release pull request
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}