Compare commits

...

2 commits

Author SHA1 Message Date
github-actions[bot]
d364de4486 Version bump 2023-08-28 15:55:12 +00:00
Vadim
e1c320b804 Replaced user config with github-actions[bot] 2023-08-28 16:01:04 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -149,8 +149,8 @@ jobs:
- name: Commit changes
run: |
git config --global user.name "vodemn"
git config --global user.email "vadim.turko@gmail.com"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add -A
git commit -m "Version bump"

View file

@ -1,7 +1,7 @@
name: lightmeter
description: A new Flutter project.
publish_to: "none"
version: 0.13.1+37
version: 0.13.2+38
environment:
sdk: ">=3.0.0 <4.0.0"