Skip to content

Commit 5a4439f

Browse files
committed
updating workflow
1 parent 43a98f2 commit 5a4439f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/luarocks.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
- name: LuaRocks Upload
1818
uses: nvim-neorocks/luarocks-tag-release@v5
1919
env:
20-
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
20+
LUAROCKS_KEY: ${{ secrets.LUAROCKS_KEY }}
2121
with:
22-
version: ${{ env.LUAROCKS_VERSION }}
2322
test_interpreters: ""
2423
dependencies: |
2524
nvim-nio ~> 1.7

0 commit comments

Comments
 (0)