From 40d6978d9335902f8ea2f60a033029a24e46f278 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 8 Sep 2024 05:12:28 +0800 Subject: chore(workflow): update release workflow to remove branch input and add reason input (#106) --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2f9f56..14870b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,17 +7,17 @@ name: Release on: push: - branches: - - main + # branches: + # - main tags: - 'v*' pull_request: workflow_dispatch: inputs: - version: + reason: type: string required: true - description: 'The version to update' + description: 'The reason to manually trigger release(build only)' permissions: contents: read -- cgit v1.2.3-70-g09d2