Skip to content

Commit

Permalink
[Infra] build number auto increase KST
Browse files Browse the repository at this point in the history
  • Loading branch information
jisu15-kim authored Sep 15, 2024
1 parent e9aafbd commit 010e460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
cd Projects/App
# 시분초 기반 빌드넘버 생성
BUILD_DATE=$(date +'%y%m%d')
BUILD_TIME=$(date +'%H%M')
BUILD_DATE=$(TZ=Asia/Seoul date +'%y%m%d')
BUILD_TIME=$(TZ=Asia/Seoul date +'%H%M')
BUILD_NUMBER="${BUILD_DATE}${BUILD_TIME}"

# 로그
Expand Down

0 comments on commit 010e460

Please sign in to comment.