Skip to content

Commit 5d55ce4

Browse files
🚀 [cicd] : dev CD 릴리즈버전 추출 제거
1 parent f12a5f0 commit 5d55ce4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dev-CD.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
cache: npm # setup-node 의 캐시 기능을 사용함
2626
cache-dependency-path: package-lock.json # 캐시 기능을 사용할 때 캐시의 기준이 될 파일을 지정
2727

28-
- name: Extract release version
29-
id: version
30-
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
31-
3228
- name: Install Dependencies
3329
run: npm install
3430

0 commit comments

Comments
 (0)