Skip to content

Commit

Permalink
[Infra] notifier log
Browse files Browse the repository at this point in the history
  • Loading branch information
jisu15-kim authored Sep 15, 2024
1 parent 23ef686 commit bb7c0c5
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 @@ -54,7 +54,7 @@ jobs:
run: |
cd Projects/App
VERSION_NUMBER=$(xcrun agvtool what-marketing-version -terse1)
echo "VERSION_NUMBER=$VERSION_NUMBER"
echo "VERSION_NUMBER=$VERSION_NUMBER" >> $GITHUB_ENV
cd -
- name: set build number
run: |
Expand All @@ -66,7 +66,7 @@ jobs:
BUILD_NUMBER="${BUILD_DATE}${BUILD_TIME}"

# 로그
echo "Build number: $BUILD_NUMBER"
echo "Build number: $BUILD_NUMBER" >> $GITHUB_ENV

# 빌드넘버 세팅
xcrun agvtool new-version -all $BUILD_NUMBER
Expand Down

0 comments on commit bb7c0c5

Please sign in to comment.