Skip to content

Commit

Permalink
Force push in deploy - 1.0.36 πŸš€
Browse files Browse the repository at this point in the history
I don't know what's happening, but something
is going wrong.
  • Loading branch information
brandonp2412 committed Jun 8, 2024
1 parent 8f10759 commit 316849c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mv $apk/app-release.apk $apk/fitbook.apk
last_commit=$(git log -1 --pretty=%B | head -n 1)
git commit --amend -m "$last_commit - $new_version πŸš€
$rest"
git push
git push --force

gh release create "$new_version" --notes "${changelog:-$last_commits}" \
$apk/app-*-release.apk \
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/373.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Force push in deploy
- Fix serving size calculations - 1.0.34 πŸš€ - 1.0.35 πŸš€
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fit_book
description: Track your calories - Completely offline!
publish_to: none
version: 1.0.35+36
version: 1.0.36+37
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
Expand Down

0 comments on commit 316849c

Please sign in to comment.