mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-08-11 19:33:09 +02:00
Bump all packages to 0.7.3 (#845)
* Bump all packages to 0.7.3 * ci: disable Flutter mobile release workflow
This commit is contained in:
@@ -11,5 +11,7 @@
|
||||
- **`ruby.yml`** - Ruby Sinatra app testing
|
||||
- **`javascript.yml`** - Frontend test suite
|
||||
- **`mobile.yml`** - Flutter mobile tests with coverage reporting
|
||||
- **`release.yml`** - Tag-triggered Flutter release builds for Android and iOS
|
||||
- **`release.yml`** - Flutter release builds for Android and iOS (**disabled**:
|
||||
manual `workflow_dispatch` only; the tag-push trigger is commented out until
|
||||
the dysfunctional reader apps are fixed)
|
||||
|
||||
|
||||
@@ -14,10 +14,17 @@
|
||||
|
||||
name: Mobile Release
|
||||
|
||||
# DISABLED: the Flutter reader apps are currently dysfunctional and must not be
|
||||
# released until the underlying issues are fixed. The automatic tag-push trigger
|
||||
# is intentionally removed so version tags (e.g. v0.7.3) do NOT build or publish
|
||||
# mobile release artifacts. The workflow is retained under workflow_dispatch so
|
||||
# maintainers can still run it manually while validating a fix; restore the
|
||||
# "push: tags" trigger below to re-enable automatic releases.
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# tags:
|
||||
# - "*"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Reference in New Issue
Block a user