From bd9ee52fff219fcdf59105505f8039fdc9b7c193 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Sat, 25 May 2024 21:26:02 +0200 Subject: [PATCH] ci: use latest release of `luarocks-tag-release` with fixes related to tests --- .github/workflows/luarocks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index ffbaefbb8..19839eb76 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -15,7 +15,7 @@ jobs: - name: Get Version run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV - name: LuaRocks Upload - uses: nvim-neorocks/luarocks-tag-release@push-nrukxqoxtwoz + uses: nvim-neorocks/luarocks-tag-release@v5 env: LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} with: