From b9b9253f562b81d0b365cc644d80f2f97ac23dda Mon Sep 17 00:00:00 2001 From: rktjmp Date: Mon, 15 Apr 2024 14:07:38 +1000 Subject: [PATCH] chore: set luarocks version to 'scm' Including no version information gives us `main-1` as the version, instead of `scm`. --- .github/workflows/luarocks.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index 99146cb..e68fc27 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -25,5 +25,6 @@ jobs: uses: nvim-neorocks/luarocks-tag-release@v5 env: LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} - # with: - # version: ${{ env.LUAROCKS_VERSION }} + with: + version: 'scm' + # version: ${{ env.LUAROCKS_VERSION }}