diff options
author | Joshua Shreve <j.a.shreve@gmail.com> | 2021-08-03 17:26:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 17:26:44 -0400 |
commit | 82864dee5f272e3625f40d02fe6277bd247fc44d (patch) | |
tree | ffe05812fec6e199c62782ecb1ed44b42cbc743f | |
parent | 8c55d98d067ed792978ae88ad28e635aae77def8 (diff) |
Update release.yaml
-rw-r--r-- | .github/workflows/release.yaml | 4 |
1 files 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 }} |