Skip to content

Commit

Permalink
devop: upload to appstore
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Jan 23, 2024
1 parent bd7fc06 commit dbca981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/macos-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
path: packages/extension/dist

- name: Deploy via Fastlane
uses: maierj/fastlane-action@v2.2.0
uses: maierj/fastlane-action@v3
with:
lane: "buildandrelease"
subdirectory: "macos/Enkrypt"
working-directory: "macos/Enkrypt"
env:
APPLE_ID: "${{ secrets.OSX_APPLE_ID }}"
APP_ID: "${{ secrets.OSX_APP_ID }}"
Expand Down
2 changes: 1 addition & 1 deletion macos/Enkrypt/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lane :release do
"com.myetherwallet.enkrypt.safari.Extension" => ENV["EXTENSION_PROVISION"]
}
})
# upload_to_app_store(skip_metadata: true, skip_screenshots: true, run_precheck_before_submit: false)
upload_to_app_store(skip_metadata: true, skip_screenshots: true, run_precheck_before_submit: false)
end

desc "Prepare build and release build to the App Store"
Expand Down

1 comment on commit dbca981

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.