diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 926812c3e3a..2ff71b4b6e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,9 +48,9 @@ on: jobs: build-release: - ## runs-on: ubuntu-22.04 - runs-on: ubuntu-latest-devops-xxlarge - timeout-minutes: 30 + runs-on: ubuntu-22.04 + ## runs-on: ubuntu-latest-devops-xxlarge + timeout-minutes: 120 name: Build Artifacts and multi-platform Docker image, publish draft of the Release Notes steps: @@ -215,4 +215,4 @@ jobs: --target ${GITHUB_RELEASE_TARGET} \ --draft=true \ --title "${{ inputs.release_version }}" \ - --notes "**Improvements:**
- ...coming soon

**Bugfixes:**

- ...coming soon

**Docker images:**

Docker image released:
${{ env.DOCKER_TAGS }}

... coming soon
" \ No newline at end of file + --notes "**Improvements:**
- ...coming soon

**Bugfixes:**

- ...coming soon

**Docker images:**

Docker image released:
${{ env.DOCKER_TAGS }}

... coming soon
"