Skip to content

Commit

Permalink
[app_store] v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachOrr committed Jan 1, 2021
1 parent dc72a4b commit 8ce12b7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ contains(github.event.head_commit.message, '[beta]') }}
run: bundle exec fastlane beta_ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
FASTLANE_USER: ${{ secrets.FASTLANE_USER }}
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
MATCH_GIT_REPO: ${{ secrets.MATCH_GIT_REPO }}
Expand All @@ -48,7 +48,7 @@ jobs:
if: ${{ contains(github.event.head_commit.message, '[app_store]') }}
run: bundle exec fastlane app_store
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
FASTLANE_USER: ${{ secrets.FASTLANE_USER }}
FASTLANE_PASSWORD: ${{ secrets.FASTLANE_PASSWORD }}
MATCH_GIT_REPO: ${{ secrets.MATCH_GIT_REPO }}
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ platform :ios do
private_lane :ship_github do |options|
set_github_release(
repository_name: "the-blue-alliance/the-blue-alliance-ios",
api_token: ENV["GITHUB_TOKEN"],
api_token: ENV["GH_TOKEN"],
name: current_version,
tag_name: current_version,
description: commit_changelog,
Expand Down
4 changes: 2 additions & 2 deletions spotlight-index/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>4</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
4 changes: 2 additions & 2 deletions tba-unit-tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>4</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions the-blue-alliance-ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.0.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -86,7 +86,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>4</string>
<key>CoreSpotlightContinuation</key>
<true/>
<key>FIREBASE_ANALYTICS_COLLECTION_ENABLED</key>
Expand Down

0 comments on commit 8ce12b7

Please sign in to comment.