From e117010f479db655311283c27e00f17e992a9cf3 Mon Sep 17 00:00:00 2001 From: Arthurk12 Date: Mon, 15 Jun 2026 15:56:43 -0300 Subject: [PATCH] ci(publish): call sync-develop via workflow_call to ensure back-sync on release --- .github/workflows/publish.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9ce37fe..7390195 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,3 +31,10 @@ jobs: - name: Publish to NPM run: npm publish --provenance --access public + + sync: + needs: publish + uses: ./.github/workflows/sync-develop.yml + permissions: + contents: write + pull-requests: write