From 01324178b6bb67a5323627898e2a8c33aca9c6e6 Mon Sep 17 00:00:00 2001 From: Ivan Murabito Date: Fri, 29 Nov 2024 12:19:45 +0000 Subject: [PATCH] fix: update taggingsleep time --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 746e593..1958c48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: file_pattern: pyproject.toml # Step 4: Attendere che il commit sia sincronizzato su GitHub - name: Wait for commit sync - run: sleep 10 + run: sleep 20 - uses: actions/checkout@v4 # Step 5: Creare e taggare la nuova versione - name: Tag version