Skip to content

Commit f8ca889

Browse files
committed
🚀 [cicd] : CD워크플로우 릴리즈브랜치에서 체크아웃 하도록 수정
1 parent e4f6613 commit f8ca889

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
# 저장소 코드를 체크아웃합니다. (PR 올린 코드를 가져오는 행위)
1616
- uses: actions/checkout@v4
17+
with:
18+
ref: release
1719

1820
# Node.js 환경 설정
1921
- name: Use Node.js

0 commit comments

Comments
 (0)