From a050d2801d3a4843a5ca28598ddf03332b53b5c9 Mon Sep 17 00:00:00 2001 From: NTBBloodbath Date: Sat, 2 Sep 2023 15:00:56 -0400 Subject: [PATCH] Revert "feat(ci): update luarocks ci to v5" This reverts commit 45582211e6ae21a54fdec5b7bfe444b74cb446ea. --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2cc796..81b1fa5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,10 +10,12 @@ jobs: name: LuaRocks upload steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v3 - name: LuaRocks upload uses: nvim-neorocks/luarocks-tag-release@v5 with: + copy-directories: | + colors test_interpreters: env: LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}