Skip to content

Commit f4a1352

Browse files
committed
🚀 [cicd] : CD워크플로우 릴리즈 버전 확인
1 parent 912504a commit f4a1352

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ jobs:
3131

3232
- name: Extract release version
3333
id: version
34-
run: |
35-
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
36-
echo ${{ steps.version.outputs.VERSION }}
37-
echo ${{GITHUB_OUTPUT}}
38-
echo ${GITHUB_REF#refs/tags/}
34+
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
3935

4036
- name: Install Dependencies
4137
run: npm install

0 commit comments

Comments
 (0)