mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🚨 Fix path to Package.Version file
This commit is contained in:
parent
24859bb1df
commit
68b860f8c4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ has_test_changes = !git.modified_files.grep(/Tests/).empty?
|
|||
|
||||
is_version_bump = git.modified_files.sort == [
|
||||
"Package.swift",
|
||||
"MasKit/SupportingFiles/Package.swift"
|
||||
"MasKit/Package.swift"
|
||||
].sort
|
||||
message(":bookmark: Version bump!") if is_version_bump
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue