diff --git a/.github/workflows/release-on-version.yml b/.github/workflows/release-on-version.yml index 0995889..01076fc 100644 --- a/.github/workflows/release-on-version.yml +++ b/.github/workflows/release-on-version.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 81db902..dc4c3b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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