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