Skip to content

fix: πŸ› Fixed Tank Upgrade stack multiplier configuration #2242

fix: πŸ› Fixed Tank Upgrade stack multiplier configuration

fix: πŸ› Fixed Tank Upgrade stack multiplier configuration #2242

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