Skip to content

Commit

Permalink
[Update]Public interface validator to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis committed Feb 28, 2025
1 parent 136e05c commit 6b0ea35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ lane :validate_public_interface do
next unless is_check_required(sources: sources_matrix[:public_interface], force_check: @force_check)

analyser = 'interface-analyser'
sh("wget -P . /~https://github.com/GetStream/stream-module-interface-analyser/releases/download/1.0.5/interface-analyser")
sh("wget -P . /~https://github.com/GetStream/stream-module-interface-analyser/releases/download/v1.0.7/interface-analyser")
sh("chmod +x #{analyser}")

sh("./#{analyser} analysis ../Sources/ ../public_interface_current.json")
Expand Down

0 comments on commit 6b0ea35

Please sign in to comment.