Compare commits

..

2 Commits

Author SHA1 Message Date
Ryan
620c916eb3 release(v1.8.4): ci: add 3-min pre-run delay to avoid workflow_run races 2025-11-04 21:08:58 -05:00
github-actions[bot]
f809cc09d2 chore(release): set APP_VERSION to v1.8.3 [skip ci] 2025-11-05 01:58:42 +00:00
3 changed files with 16 additions and 2 deletions

View File

@@ -14,6 +14,12 @@ permissions:
contents: write
jobs:
delay:
runs-on: ubuntu-latest
steps:
- name: Delay 3 minutes
run: sleep 180
release:
runs-on: ubuntu-latest
concurrency:

View File

@@ -1,6 +1,14 @@
# Changelog
## Changees 11/4/2025 (v1.8.3)
## Changes 11/4/2025 (v1.8.4)
release(v1.8.4): ci: add 3-min pre-run delay to avoid workflow_run races
- No change release just testing
---
## Changes 11/4/2025 (v1.8.3)
release(v1.8.3): feat(mobile+ci): harden Capacitor switcher & make release-on-version robust

View File

@@ -1,2 +1,2 @@
// generated by CI
window.APP_VERSION = 'v1.8.2';
window.APP_VERSION = 'v1.8.3';