Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Jul 17, 2024
1 parent d656191 commit ca5ba55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:

- name: Set release SUFeedURL
run: /usr/libexec/PlistBuddy -c "Set :SUFeedURL https://opensource.planetable.xyz/planet/appcast.xml" Planet/Info.plist

- name: Set WalletConnectV2 Project ID
run: /usr/libexec/PlistBuddy -c "Set :WALLETCONNECTV2_PROJECT_ID ${{ secrets.WALLETCONNECTV2_PROJECT_ID }}" Planet/Info.plist

- name: Set Etherscan API token
run: /usr/libexec/PlistBuddy -c "Set :ETHERSCAN_API_TOKEN ${{ secrets.ETHERSCAN_API_TOKEN }}" Planet/Info.plist

- name: Fix Package Dependencies
run: xcodebuild -resolvePackageDependencies -onlyUsePackageVersionsFromResolvedFile
Expand Down
2 changes: 1 addition & 1 deletion Planet/marketing_version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 0.18.2;
MARKETING_VERSION = 0.18.3;
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 2135
CURRENT_PROJECT_VERSION = 2136

0 comments on commit ca5ba55

Please sign in to comment.