diff --git a/.github/workflows/release-creation.yml b/.github/workflows/release-creation.yml index 4d099b7..8515821 100644 --- a/.github/workflows/release-creation.yml +++ b/.github/workflows/release-creation.yml @@ -25,7 +25,12 @@ jobs: uses: google-github-actions/release-please-action@v3 with: release-type: simple - + + - name: Wait for 2 minutes + run: | + sleep 120 # Sleep for 2 minutes (2 minutes * 60 seconds/minute) + shell: bash + - name: Check Release Creation run: | if [[ -z "${{ steps.release.outputs.tag_name }}" ]]; then