Skip to content

Update readmes for ethers v6 #603

Update readmes for ethers v6

Update readmes for ethers v6 #603

Workflow file for this run

name: Pack
on:
push:
branches: [master, add-manifest-migration]
jobs:
pack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: Pack tarballs
run: bash scripts/bundle-pack.sh
- name: Uplaod tarballs as artifacts
uses: actions/upload-artifact@v3
with:
name: package
path: "*.tgz"