chore: revert version to 2.1.10+35 and update build_runner command in GitHub Actions workflow
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
run: flutter pub get --enforce-lockfile
|
||||
|
||||
- name: Generate code (build_runner)
|
||||
run: dart run build_runner build --delete-conflicting-outputs -q
|
||||
run: dart run build_runner build --delete-conflicting-outputs
|
||||
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ jobs:
|
||||
run: flutter pub get --enforce-lockfile
|
||||
|
||||
- name: Generate code (build_runner)
|
||||
run: dart run build_runner build --delete-conflicting-outputs -q
|
||||
run: dart run build_runner build --delete-conflicting-outputs
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user