Skip to content

Commit

Permalink
Merge branch 'scripts' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
suriksarkisyan committed Oct 12, 2022
2 parents a2243e0 + 2eea2d7 commit 27c0a61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
patch-prerelease:
runs-on: macos-latest
runs-on: ubuntu-latest

steps:
- name: Patch
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end
def calculate_minor_version(tag)
major, minor, patch = parse_versions(tag)
new_minor_version = minor.to_i.next.to_s
new_version = major + "." + new_minor_version + "." + patch
new_version = major + "." + new_minor_version + "." + "0"
return new_version
end

Expand Down
2 changes: 1 addition & 1 deletion fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@



<testcase classname="fastlane.lanes" name="0: last_git_tag" time="0.045495">
<testcase classname="fastlane.lanes" name="0: last_git_tag" time="0.065872">

</testcase>

Expand Down

0 comments on commit 27c0a61

Please sign in to comment.