summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml4
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 }}