Skip to content

Commit

Permalink
Merge pull request #1291 from WalletConnect/hotfix/release-ci-fix
Browse files Browse the repository at this point in the history
[CI] Release pipeline fix
  • Loading branch information
flypaper0 authored Jan 29, 2024
2 parents 6a1431f + 81deb47 commit c54284a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ let package = Package(
path: "Sources/Web3Wallet"),
.target(
name: "WalletConnectNotify",
dependencies: ["WalletConnectIdentity", "WalletConnectPush", "WalletConnectSigner", "Database"],
dependencies: ["WalletConnectPairing", "WalletConnectIdentity", "WalletConnectPush", "WalletConnectSigner", "Database"],
path: "Sources/WalletConnectNotify"),
.target(
name: "WalletConnectPush",
Expand Down

0 comments on commit c54284a

Please sign in to comment.