Skip to content

chore(l2geth): upgrade to upstream/active branch (#1437) #932

chore(l2geth): upgrade to upstream/active branch (#1437)

chore(l2geth): upgrade to upstream/active branch (#1437) #932

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- develop
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}