From 23aa0a82cab94a5379338652e171b6c01ca9ddb6 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 17 Nov 2025 13:09:59 +0900 Subject: [PATCH] fix again.. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 801b49f..975c7ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,6 +107,6 @@ jobs: main.js manifest.json styles.css - name: ${{ steps.version.outputs.tag }}${{ steps.vars.outputs.asset_suffix }} - tag_name: ${{ steps.version.outputs.tag }} - draft: true \ No newline at end of file + name: ${{ steps.version.outputs.tag }}${{ steps.vars.outputs.asset_suffix }} + tag_name: ${{ steps.version.outputs.tag }} + draft: true \ No newline at end of file