From 81df8167a46669a1fa97f8e517d8088cf1f1af90 Mon Sep 17 00:00:00 2001 From: Marc Gavanier Date: Wed, 8 Jan 2025 16:44:59 +0100 Subject: [PATCH] fix: reduce release delay before publish --- .github/workflows/release.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 099fbc2a..4d35be76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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 @@ -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: |