From 82864dee5f272e3625f40d02fe6277bd247fc44d Mon Sep 17 00:00:00 2001 From: Joshua Shreve Date: Tue, 3 Aug 2021 17:26:44 -0400 Subject: Update release.yaml --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 698bb6e..3c91666 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ on: jobs: build: runs-on: ubuntu-latest - timeout-minutes: 60 + timeout-minutes: 120 name: "Build artifacts and publish Release" steps: - name: Checkout @@ -27,4 +27,4 @@ jobs: files: things/* tag_name: v${{ github.run_number }} env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3