fix: sync versions

This commit is contained in:
2026-02-09 22:50:28 +01:00
parent d7cec1fa0e
commit e152fb8171
21 changed files with 191 additions and 567 deletions

View File

@@ -36,6 +36,10 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: 🏷️ Sync Versions (if Tagged)
if: startsWith(github.ref, 'refs/tags/v')
run: pnpm sync-versions
- name: Lint
run: pnpm lint
@@ -77,7 +81,6 @@ jobs:
- name: 🏷️ Release Packages (Tag-Driven)
run: |
echo "🏷️ Tag detected [${{ github.ref_name }}], performing sync release..."
pnpm sync-versions
pnpm release:tag
build-images: