fix: 베타 릴리스 워크플로우 근본 수정 (3번째 시도) #193
Merged
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.
🚨 3번째 시도 - 베타 릴리스 실패 근본 원인 해결
문제점
${{ steps.version.outputs.version }}빈 값 반환1.1.1-beta.123-beta.456형태로 베타가 계속 추가됨해결방법
1️⃣ step ID 추가
2️⃣ 베타 중복 방지 로직 개선
3️⃣ 릴리스 순서 변경
4️⃣ 태그명 표준화
테스트 결과
변경 파일
.github/workflows/release-develop.yml- 워크플로우 수정package.json- 버전 1.1.1로 복구packages/*/package.json- 서브패키지 버전 복구.changeset/fix-beta-workflow-v3.md- changeset 추가체크리스트
이번에는 반드시 성공하도록 신중하게 수정했습니다.