Skip to content

Commit 7eb64f9

Browse files
chore: removed path params from ios workflows
1 parent 7c5bd1f commit 7eb64f9

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/release-dapp-ios-production.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
with:
2020
name: AppKit React Native
2121
root-path: 'dapps/W3MWagmi'
22-
xcode-project-path: 'dapps/W3MWagmi/ios/W3MWagmi.xcodeproj'
23-
xcode-workspace-path: 'dapps/W3MWagmi/ios/W3MWagmi.xcworkspace'
2422
release-type: 'production'
2523
scheme-name: 'W3MWagmi'
2624
bundle-id: 'com.walletconnect.web3modal.rnsample'

.github/workflows/release-wallet-ios-internal.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
with:
2020
name: WalletKit React Native
2121
root-path: 'wallets/rn_cli_wallet'
22-
xcode-project-path: 'wallets/rn_cli_wallet/ios/RNWeb3Wallet.xcodeproj'
23-
xcode-workspace-path: 'wallets/rn_cli_wallet/ios/RNWeb3Wallet.xcworkspace'
2422
release-type: 'internal'
2523
scheme-name: 'RNWallet-Internal'
2624
bundle-id: 'com.walletconnect.web3wallet.rnsample.internal'

.github/workflows/release-wallet-ios-production.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
with:
2020
name: WalletKit React Native
2121
root-path: 'wallets/rn_cli_wallet'
22-
xcode-project-path: 'wallets/rn_cli_wallet/ios/RNWeb3Wallet.xcodeproj'
23-
xcode-workspace-path: 'wallets/rn_cli_wallet/ios/RNWeb3Wallet.xcworkspace'
2422
release-type: 'production'
2523
scheme-name: 'RNWallet'
2624
bundle-id: 'com.walletconnect.web3wallet.rnsample'

0 commit comments

Comments
 (0)