From 4025cabbdbf807549c4da967dbc6afc35f66e1ef Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Thu, 10 Oct 2024 19:30:54 -0500 Subject: [PATCH] Chore: Attempt 3 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa6c32cdb..c532f3ce6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: release: name: Release for ${{ matrix.platform.name }} runs-on: ${{ matrix.platform.os }} - timeout-minutes: ${{ fromJSON(vars.JOB_TIMEOUT) }} + timeout-minutes: ${{ vars.JOB_TIMEOUT }} strategy: matrix: platform: @@ -147,7 +147,7 @@ jobs: macos_release: name: Release MacOS universal runs-on: ubuntu-latest - timeout-minutes: ${{ fromJSON(vars.JOB_TIMEOUT) }} + timeout-minutes: ${{ vars.JOB_TIMEOUT }} steps: - uses: actions/checkout@v4