From 5bff69aa1a4cba94ca305e3f3a6a2bae90e1b598 Mon Sep 17 00:00:00 2001 From: Python1320 Date: Tue, 6 Jul 2021 23:50:50 +0300 Subject: [PATCH] Update lua.yml --- .github/workflows/lua.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lua.yml b/.github/workflows/lua.yml index d024d96..63be888 100644 --- a/.github/workflows/lua.yml +++ b/.github/workflows/lua.yml @@ -53,8 +53,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ steps.set_tag.outputs.TAG }} - release_name: ${{ steps.set_tag.outputs.TAG }} + tag_name: latest + release_name: reslister draft: true prerelease: false