Skip to content

fix: πŸ› Fixed void upgrade block-list defaults in limited barrels #2262

fix: πŸ› Fixed void upgrade block-list defaults in limited barrels

fix: πŸ› Fixed void upgrade block-list defaults in limited barrels #2262

Workflow file for this run

name: Mod Build
on:
workflow_dispatch:
inputs:
changelog_range:
description: Optional git commit range for release changelog generation, e.g. abc123^..def456
required: false
type: string
push:
jobs:
mod_build:
permissions:
contents: read
packages: write
uses: P3pp3rF1y/MultiWorkspace/.github/workflows/mod-build-template.yml@1.21.x
with:
changelog_range: ${{ inputs.changelog_range || '' }}
secrets: inherit