Skip to content

Commit

Permalink
ci: add file for commit
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Aug 22, 2021
1 parent 48abbc8 commit fec0b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ jobs:
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit . -m "changelog(android): ${{ needs.check-version.outputs.build_code }}"
git add --all
git commit -m "changelog(android): ${{ needs.check-version.outputs.build_code }}"
git push
# Build APK to release, only work if you using tag.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ homepage: https://github.com/evan361425/flutter-pos-system
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# 2.2.0
version: 2.2.0+20200001
version: 2.2.0+20200002

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit fec0b97

Please sign in to comment.