chore(ci): increase release delay to 10m to avoid ref replication race
This commit is contained in:
4
.github/workflows/release-on-version.yml
vendored
4
.github/workflows/release-on-version.yml
vendored
@@ -25,8 +25,8 @@ jobs:
|
||||
delay:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Delay 2 minutes
|
||||
run: sleep 120
|
||||
- name: Delay 10 minutes
|
||||
run: sleep 600
|
||||
|
||||
release:
|
||||
needs: delay
|
||||
|
||||
Reference in New Issue
Block a user