Skip to content

Commit

Permalink
Dev 버전 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
gnksbm committed Apr 12, 2024
1 parent 2823e96 commit 1b110c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_testflight.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: UploadTestflight

on:
pull_request:
push:
branches:
- main
- DevTest

jobs:
upload_testflight:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public extension String {
static let organizationName = "Pepsi-Club"
static let teamId = "T4W7695R5C"
/// 앱스토어에 게시할 때마다 증가해줘야 하는 버전
static let marketingVersion: Self = "1.2.0"
static let marketingVersion: Self = "1.1.2"
/// 개발자가 내부적으로 확인하기 위한 용도 (날짜를 사용하기도 함 - 2023.12.8.1 )
static var buildVersion: Self {
let date = Date()
Expand Down

0 comments on commit 1b110c8

Please sign in to comment.