We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004a43e commit 5c6f552Copy full SHA for 5c6f552
1 file changed
.github/workflows/release.yml
@@ -63,6 +63,7 @@ jobs:
63
run: bundle exec fastlane release
64
env:
65
APP_IDENTIFIER: ${{ secrets.APP_IDENTIFIER }}
66
+ SHARE_EXTENSION_APP_IDENTIFIER: ${{ secrets.SHARE_EXTENSION_APP_IDENTIFIER }}
67
APPLE_ID: ${{ secrets.APPLE_ID }}
68
TEAM_ID: ${{ secrets.TEAM_ID }}
69
FASTLANE_ITC_TEAM_ID: ${{ secrets.FASTLANE_ITC_TEAM_ID }}
0 commit comments