Skip to content

Commit

Permalink
Add GH token as requested by GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Jul 11, 2023
1 parent c76e508 commit 661ccb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/flutter_release_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
bundle exec fastlane beta_stage
- name: Store symbols on GitHub Release
env:
GH_TOKEN: ${{ github.token }}
run: |
pwd
gh release upload $GITHUB_REF ios/Runner.app.dSYM.zip#fairySymbols
Expand Down Expand Up @@ -135,6 +137,8 @@ jobs:
bundle exec fastlane prod_stage_testflight
- name: Store symbols on GitHub Release
env:
GH_TOKEN: ${{ github.token }}
run: |
pwd
gh release upload $GITHUB_REF ios/Runner.app.dSYM.zip#productionSymbols
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.1.1+46
version: 1.1.1+47

environment:
sdk: '>=2.18.0 <3.0.0'
Expand Down

0 comments on commit 661ccb5

Please sign in to comment.