diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 393e901ab..3d460195d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: run: | echo "semver=${{ env.SEMVER }}" >> "$Env:GITHUB_OUTPUT" echo "file_version=${{ env.FILE_VERSION }}" >> "$Env:GITHUB_OUTPUT" - + deploy-installers: runs-on: ubuntu-latest needs: build-connectors @@ -56,7 +56,7 @@ jobs: IS_PUBLIC_RELEASE: ${{ github.ref_type == 'tag' }} steps: - name: 🔫 Trigger Build Installers - uses: the-actions-org/workflow-dispatch@v4.0.0 + uses: benc-uk/workflow-dispatch@v1 with: workflow: Build Installers repo: specklesystems/connector-installers @@ -70,11 +70,9 @@ jobs: }' ref: main wait-for-completion: true - wait-for-completion-interval: 10s - wait-for-completion-timeout: 10m - display-workflow-run-url: true - display-workflow-run-url-interval: 10s - + sync-status: true + timeout-minutes: 15 + # Allows us to inspect the artifacts of failed builds, since this below step will be skipped if the above step fails - uses: geekyeggo/delete-artifact@v6 with: