Skip to content

Commit 4925bb2

Browse files
authored
Update APP_IDENTIFIER_RELEASE secret in release.yml
1 parent 4cd1ba9 commit 4925bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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_RELEASE }}
30+
APP_IDENTIFIER_RELEASE: ${{ 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)