Skip to content

Commit e298131

Browse files
committed
🚀 [cicd] : CD워크플로우 릴리즈 버전 출력
1 parent 1729b9a commit e298131

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
id: version
3434
run: |
3535
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
36-
echo "VERSION=${{ steps.version.outputs.VERSION }}"
36+
echo ${{ steps.version.outputs.VERSION }}
37+
echo $GITHUB_OUTPUT
3738
3839
- name: Install Dependencies
3940
run: npm install

0 commit comments

Comments
 (0)