From ede980f7d523eaca464fbc589b65f77cf4099f1b Mon Sep 17 00:00:00 2001 From: KT Date: Sat, 31 Aug 2024 23:27:38 +0800 Subject: [PATCH] ci: release --- .github/workflows/{Release.yml => build.yml} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename .github/workflows/{Release.yml => build.yml} (83%) diff --git a/.github/workflows/Release.yml b/.github/workflows/build.yml similarity index 83% rename from .github/workflows/Release.yml rename to .github/workflows/build.yml index 16693874..f77ef813 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,10 @@ -name: Release - +name: Build on: - push: - tags: - - "*" + workflow_dispatch: + inputs: + version: + description: "Tag version to release" + required: true permissions: contents: write