We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36d7f69 + f8ca889 commit a0d3cfaCopy full SHA for a0d3cfa
1 file changed
.github/workflows/CD.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
# 저장소 코드를 체크아웃합니다. (PR 올린 코드를 가져오는 행위)
16
- uses: actions/checkout@v4
17
+ with:
18
+ ref: release
19
20
# Node.js 환경 설정
21
- name: Use Node.js
0 commit comments