node-app-build 6.3.0

Mini app developer CLI: scaffold, validate, package node-app-* Debian packages
# Release {{name}} as a node-app .deb on every published GitHub Release.
#
# Delegates to the canonical reusable workflow in econ-v1/node, which audits,
# builds (backend + UI bundle), packages, GPG-signs, uploads the .deb to the
# release, and dispatches the apt.economy1.cloud aggregator.
#
# `secrets: inherit` forwards org-level secrets (GPG_PRIVATE_KEY,
# GPG_PASSPHRASE, APT_REPO_DISPATCH_TOKEN) automatically — no per-repo setup.
#
# See docs/development/NODE_APP_RELEASE_WORKFLOW.md.
name: release

on:
  release:
    types: [published]

jobs:
  release:
    uses: econ-v1/node/.github/workflows/node-app-release.yml@main
    secrets: inherit