refactor(ci): organize workflow scripts and gate publish on main

This commit is contained in:
2026-03-26 15:58:18 +01:00
parent df2ce636c8
commit 128f71745a
9 changed files with 72 additions and 46 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
: "${OWNER:?OWNER must be set}"
: "${VERSION:?VERSION must be set}"
: "${IS_STABLE:?IS_STABLE must be set}"
bash scripts/build/publish.sh