Skip to content

Commit

Permalink
chore: release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Nov 2, 2021
1 parent 6466dbb commit 059f05b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assemble_android_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ env:
# 打包类型
BUILD_TYPE: debug
# 版本名称
ANDROID_VERSION_NAME: 1.2.0
ANDROID_VERSION_NAME: 1.2.1
# 版本号
ANDROID_VERSION_CODE: 12000
ANDROID_VERSION_CODE: 12100
# 密钥库文件
ANDROID_KEYSTORE_FILE: debug.keystore
# 密钥库口令
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/assemble_android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ env:
# 打包类型
BUILD_TYPE: release
# 版本名称
ANDROID_VERSION_NAME: 1.2.0
ANDROID_VERSION_NAME: 1.2.1
# 版本号
ANDROID_VERSION_CODE: 12000
ANDROID_VERSION_CODE: 12100
# 密钥库文件
ANDROID_KEYSTORE_FILE: release.keystore
# 密钥库口令
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assemble_ios_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
APP_ID: ${{secrets.APP_ID}}
APP_NAME: Taro
BUILD_TYPE: debug
IOS_VERSION_NUMBER: 1.2.0
IOS_VERSION_NUMBER: 1.2.1
IOS_TEAM_ID: ${{secrets.TEAM_ID}}
IOS_PROVISIONING_PROFILE_SPECIFIER: ${{secrets.DEBUG_PROVISIONING_PROFILE_SPECIFIER}}
IOS_CODE_SIGN_IDENTITY: iPhone Developer
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/assemble_ios_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
APP_ID: ${{secrets.APP_ID}}
APP_NAME: Taro
BUILD_TYPE: release
IOS_VERSION_NUMBER: 1.2.0
IOS_BUILD_NUMBER: 1.2.0.1
IOS_VERSION_NUMBER: 1.2.1
IOS_BUILD_NUMBER: 1.2.1.1
IOS_TEAM_ID: ${{secrets.TEAM_ID}}
IOS_PROVISIONING_PROFILE_SPECIFIER: ${{secrets.RELEASE_PROVISIONING_PROFILE_SPECIFIER}}
IOS_CODE_SIGN_IDENTITY: iPhone Distribution
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-playground",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"description": "",
"templateInfo": {
Expand Down

0 comments on commit 059f05b

Please sign in to comment.