From 20bd6f3af3a2dcd76fbd632153d54dd348947bbb Mon Sep 17 00:00:00 2001 From: kyoto7250 <50972773+kyoto7250@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:52:32 +0900 Subject: [PATCH] fix release.yml --- .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 0fb1dc1..d292265 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,11 +6,11 @@ on: - 'v*' jobs: - permissions: - contents: write release: name: Release runs-on: ${{ matrix.os }} + permissions: + contents: write timeout-minutes: 10 outputs: zhobo_version: ${{ env.ZHOBO_VERSION }}