We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436c2de commit f258058Copy full SHA for f258058
.github/workflows/luarocks.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
luarocks --verbose --local --lua-version=5.1 install luarocks-build-treesitter-parser
35
- name: LuaRocks Upload
36
- uses: nvim-neorocks/luarocks-tag-release@v5
+ uses: nvim-neorocks/luarocks-tag-release@v7
37
env:
38
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
39
with:
0 commit comments