ci: improve publish workflow stability and fix docs#18
Merged
Seungwoo321 merged 3 commits intomainfrom Mar 15, 2026
Merged
Conversation
pnpm 버전을 10.11.0으로 고정하고 frozen-lockfile 옵션을 추가했습니다. 또한 [skip ci] 커밋 메시지가 포함된 경우 릴리스 및 브랜치 동기화를 건너뛰도록 조건을 추가하여 무한 루프를 방지했습니다.
Related Projects 섹션에서 mcp-dashboard를 dashboard로 수정했습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Root Cause
[skip ci]커밋이 불필요한 배포 트리거Fix
pnpm install에--frozen-lockfile플래그 추가하여 lockfile 일관성 보장[skip ci]커밋 건너뛰도록 조건 추가Test Plan
[skip ci]커밋 시 배포 스킵 확인