Skip to content

Commit

Permalink
fix Swift CD (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyonAlexRDX authored Apr 8, 2024
1 parent d2c0166 commit cc4e44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ios/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sed -i '' 's/let useLocalFramework = true/let useLocalFramework = false/' Packag

`git fetch --prune --tags`
function last_tag() {
local out=`git tag --sort=taggerdate | tail -1`
local out=`git tag --sort=committerdate | tail -1`
echo $out
}
LAST_TAG=$(last_tag)
Expand Down

0 comments on commit cc4e44e

Please sign in to comment.