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
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: conduit
|
||||
description: Open-source mobile client for Open-WebUI
|
||||
version: 2.1.11+36
|
||||
version: 2.1.10+35
|
||||
publish_to: 'none'
|
||||
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user