Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PaysafeAutoCommitter committed Feb 16, 2024
1 parent 41f2c25 commit a073c66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .scannerwork/report-task.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ serverUrl=https://sonar.neterra.paysafe.com
serverVersion=9.9.0.65466
branch=master
dashboardUrl=https://sonar.neterra.paysafe.com/dashboard?id=com.paysafe.psp%3Apaysafe-ph-mobile-sdk-ios&branch=master
ceTaskId=AY2ySBLw3Js8I11hNWEw
ceTaskUrl=https://sonar.neterra.paysafe.com/api/ce/task?id=AY2ySBLw3Js8I11hNWEw
ceTaskId=AY2zMtyX3Js8I11hNaBW
ceTaskUrl=https://sonar.neterra.paysafe.com/api/ce/task?id=AY2zMtyX3Js8I11hNaBW
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ lane :push_to_github do
sh "mkdir #{github_clone_dir}"

git_url = "https://#{github_token}@github.com/#{github_repo}.git"
version.strip!
tag_name = "v#{version}"
tag_name.strip!

# Clone the GitHub repo into the new directory
Dir.chdir(github_clone_dir) do
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=0.0.7
VERSION=0.0.8

0 comments on commit a073c66

Please sign in to comment.