Skip to content

Commit 3315afc

Browse files
committed
🚀 [cicd] : CD워크플로우 릴리즈 버전 만들어지는지 확인
1 parent e298131 commit 3315afc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CD.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
run: |
3535
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
3636
echo ${{ steps.version.outputs.VERSION }}
37-
echo $GITHUB_OUTPUT
37+
echo ${{GITHUB_OUTPUT}}
38+
echo ${GITHUB_REF#refs/tags/}
39+
echo ${GITHUB_OUTPUT}
3840
3941
- name: Install Dependencies
4042
run: npm install

0 commit comments

Comments
 (0)