Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 23, 2024
1 parent d1daee6 commit 4db5446
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .env.ci.cardwallet
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ IOS_APP_ID=6472918564
APP_ID=com.akylas.cardwallet
APP_BUILD_PATH=build/cardwallet
APP_RESOURCES=App_Resources/cardwallet
SUPPLY_METADATA_PATH=metadata/com.akylas.cardwallet
SUPPLY_METADATA_PATH=metadata/com.akylas.cardwallet"
TAG_PREFIX="com.akylas.cardwallet/"
3 changes: 2 additions & 1 deletion .env.ci.documentscanner
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ IOS_APP_ID=6472918564
APP_ID=com.akylas.documentscanner
APP_BUILD_PATH=build/documentscanner
APP_RESOURCES=App_Resources/documentscanner
SUPPLY_METADATA_PATH=metadata/com.akylas.documentscanner
SUPPLY_METADATA_PATH=metadata/com.akylas.documentscanner
TAG_PREFIX="com.akylas.documentscanner/"
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ lane :build_flavor do |params|
upload_store(changelog:changelog, version: version, versionCode: versionCode, flavor:flavor, options:options, build_output:build_output)
if (platform == 'ios')
# we now github create releases on iOS for european users
changelog = get_changelog(platform:platform, flavor:'github')
set_github_release(
repository_name: repository_name,
api_token: ENV["GH_TOKEN"],
Expand Down
2 changes: 1 addition & 1 deletion tools
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ __metadata:

"@akylas/nativescript-app-tools@file:tools::locator=root-workspace-0b6124%40workspace%3A.":
version: 1.0.0
resolution: "@akylas/nativescript-app-tools@file:tools#tools::hash=ce645c&locator=root-workspace-0b6124%40workspace%3A."
resolution: "@akylas/nativescript-app-tools@file:tools#tools::hash=d2ef25&locator=root-workspace-0b6124%40workspace%3A."
dependencies:
"@dotenvx/dotenvx": "npm:1.19.3"
"@nativescript-community/fontmin": "npm:0.9.11"
Expand Down Expand Up @@ -81,7 +81,7 @@ __metadata:
typescript: "npm:5.6.3"
typescript-eslint: "npm:^8.9.0"
webpack-bundle-analyzer: "npm:^4.10.2"
checksum: 10/cce284f44596da6e1a13383ec91bcb3a1798941a811018383107144a30af4d568eea625fb78ea5a3c2794e99b460df65f38f3146c132d4136894efd8ac575094
checksum: 10/002a4a9b4ee2d62a776a26d91450acb3e79be6e66995c82e2be75533a047fbaa20a8301e54cbcb1fe3aad971c6c5bd1bc4e261b2701abb9c7860302e0f2298fa
languageName: node
linkType: hard

Expand Down

0 comments on commit 4db5446

Please sign in to comment.