Skip to content

Commit

Permalink
fix: reduce release delay before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier committed Jan 8, 2025
1 parent 4e7fea1 commit 81df816
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
with:
node-version: 22
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Download release artifact
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -145,8 +147,8 @@ jobs:
needs:
- upload-to-database
steps:
- name: Sleep for 5 minutes
run: sleep 300s
- name: Sleep for 4 minutes
run: sleep 240s
shell: bash
- name: Checkout mednum-cli repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -182,8 +184,8 @@ jobs:
needs:
- upload-to-database
steps:
- name: Sleep for 5 minutes
run: sleep 300s
- name: Sleep for 4 minutes
run: sleep 240s
shell: bash
- name: Prepare lieux inclusion numerique file
run: |
Expand Down

0 comments on commit 81df816

Please sign in to comment.