Skip to content

Clarify that the finalized tag is not available on Mainnet #2161

Clarify that the finalized tag is not available on Mainnet

Clarify that the finalized tag is not available on Mainnet #2161

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 }}