From 98829b49539a70a9edae855dbc7f00eb7d679cc7 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Fri, 21 Jun 2024 16:04:56 +0200 Subject: [PATCH] ci bump luarocks-tag-release version v5 of luarocks-tag-release will try to run `busted` tests if there's a `.busted` file in the repo root. This does not work when busted is configured to use `nlua`. With v7, we have dropped support for running tests in favour of the nvim-busted-action. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5710a33..9c7786f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 if: env.LUAROCKS_API_KEY != null - name: Luarocks Upload - uses: nvim-neorocks/luarocks-tag-release@v5 + uses: nvim-neorocks/luarocks-tag-release@v7 if: env.LUAROCKS_API_KEY != null env: LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}