From 45c14966229548e0fb8dbaf7c0d93fcf2950b244 Mon Sep 17 00:00:00 2001 From: aileot <46470475+aileot@users.noreply.github.com> Date: Mon, 20 Oct 2025 06:51:50 +0900 Subject: [PATCH] ci(luarocks): prefer inputs.ref for luarocks-tag-release otherwise, `github.ref_name` is used regardless of the previous checkout. --- .github/workflows/luarocks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index bf40c2ae..c8e95530 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -26,6 +26,7 @@ jobs: env: LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} with: + version: ${{ inputs.ref || github.ref_name }} labels: | neovim fennel