Skip to content

ci: fix release flow in case of more than one package modified#213

Merged
arnaud-moncel merged 1 commit into
mainfrom
ci/release
Apr 24, 2026
Merged

ci: fix release flow in case of more than one package modified#213
arnaud-moncel merged 1 commit into
mainfrom
ci/release

Conversation

@arnaud-moncel
Copy link
Copy Markdown
Member

@arnaud-moncel arnaud-moncel commented Apr 24, 2026

Fix CI release flow to publish each affected package individually on main

Replaces the single npx nx print-affected publish command in build.yml with a bash script that iterates over each affected project and runs npx nx run "$PROJECT:publish:package" for each one. The script exits early with a message when no packages are affected, and uses set -e to stop on the first failure.

Macroscope summarized 046fa5b.

@arnaud-moncel arnaud-moncel changed the title Ci/release ci: fix release flow in case of more than one package modified Apr 24, 2026
@arnaud-moncel arnaud-moncel merged commit 193b8e2 into main Apr 24, 2026
1 check passed
@arnaud-moncel arnaud-moncel deleted the ci/release branch April 24, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants