Skip to content

Commit

Permalink
fix: CI/CD outputs 변수명 변경 (#23)
Browse files Browse the repository at this point in the history
* fix: CI/CD outputs 변수명 변경

* remove: on pullrequest 제거
  • Loading branch information
kdomo authored Nov 27, 2023
1 parent 76aaedd commit 6c53a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
java-version: [ 17 ]
distribution: [ 'temurin' ]
outputs:
VERSION: ${{ steps.github-sha-short.outputs.sha }}
sha: ${{ steps.github-sha-short.outputs.sha }}
steps:
# 기본 체크아웃
- name: Checkout
Expand Down

0 comments on commit 6c53a4e

Please sign in to comment.