Skip to content

Add Alpha v3.4.1, v3.5.0, v3.5.1, and v3.5.2 release notes #2069

Add Alpha v3.4.1, v3.5.0, v3.5.1, and v3.5.2 release notes

Add Alpha v3.4.1, v3.5.0, v3.5.1, and v3.5.2 release notes #2069

Workflow file for this run

---
name: Build
on:
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Build
uses: Consensys/docs-gha/build@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}