Skip to content

Commit 5ff6b36

Browse files
authored
Fix environment variable name for Fastlane release
1 parent 510bcef commit 5ff6b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run Fastlane Release
2828
run: bundle exec fastlane release
2929
env:
30-
APP_IDENTIFIER_RELEASE: ${{ secrets.APP_IDENTIFIER }}
30+
APP_IDENTIFIER: ${{ secrets.APP_IDENTIFIER }}
3131
APPLE_ID: ${{ secrets.APPLE_ID }}
3232
TEAM_ID: ${{ secrets.TEAM_ID }}
3333
ASC_KEY_ID: ${{ secrets.ASC_KEY_ID }}

0 commit comments

Comments
 (0)