Skip to content

Commit

Permalink
MOEN-32649: Added release automation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
msoumya-engg-sdk committed Aug 1, 2024
1 parent ffcdc89 commit b029a22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion Utilities/spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def define()
self.social_media_url = 'https://twitter.com/moengage'

if package
self.source = { :http => package.url, :sha256 => package.hash }
self.source = { :http => package.url, :sha256 => package[:hash] }
else
self.source = {
:git => 'https://github.com/moengage/MoEngage-iOS-SDK.git',
Expand Down
26 changes: 0 additions & 26 deletions Utils/spec.rb

This file was deleted.

0 comments on commit b029a22

Please sign in to comment.