From ce89c90d2b31b6cbf2829ad989b9695d29b2298d Mon Sep 17 00:00:00 2001 From: x86y Date: Mon, 18 Mar 2024 23:08:47 +0400 Subject: [PATCH] try new gh action --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0389808..9feeedd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,10 @@ name: Release on: -workflow_dispatch: - inputs: - tag: - description: "Specify tag to create" - required: true + workflow_dispatch: + inputs: + tag: + description: "Specify tag to create" + required: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}