Skip to content

Commit

Permalink
fix: support for ethers-v5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriyaga committed Dec 21, 2023
1 parent f6449d0 commit e4242e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- ethers-v5
workflow_dispatch:

permissions:
Expand All @@ -25,3 +26,4 @@ jobs:
config-file: .github/release-please/config.json
manifest-file: .github/release-please/manifest.json
monorepo-tags: true
target-branch: ${{ github.ref_name }}

0 comments on commit e4242e3

Please sign in to comment.