Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4f7f8ef38 | ||
|
|
0ccba45c40 |
5
.github/workflows/release-on-version.yml
vendored
5
.github/workflows/release-on-version.yml
vendored
@@ -17,10 +17,11 @@ jobs:
|
|||||||
delay:
|
delay:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Delay 3 minutes
|
- name: Delay 2 minutes
|
||||||
run: sleep 180
|
run: sleep 120
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
needs: delay
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
concurrency:
|
concurrency:
|
||||||
# Cancel older runs for the same branch/ref so only the latest proceeds
|
# Cancel older runs for the same branch/ref so only the latest proceeds
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Changes 11/4/2025 (v1.8.5)
|
||||||
|
|
||||||
|
release(v1.8.5): ci: reduce pre-run delay to 2-min and add missing `needs: delay`, final test
|
||||||
|
|
||||||
|
- No change release just testing
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Changes 11/4/2025 (v1.8.4)
|
## Changes 11/4/2025 (v1.8.4)
|
||||||
|
|
||||||
release(v1.8.4): ci: add 3-min pre-run delay to avoid workflow_run races
|
release(v1.8.4): ci: add 3-min pre-run delay to avoid workflow_run races
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
// generated by CI
|
// generated by CI
|
||||||
window.APP_VERSION = 'v1.8.3';
|
window.APP_VERSION = 'v1.8.4';
|
||||||
|
|||||||
Reference in New Issue
Block a user