We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63493b2 commit 1e5c6beCopy full SHA for 1e5c6be
1 file changed
.github/workflows/luarocks.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Get Version
22
run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
23
- name: LuaRocks Upload
24
- uses: nvim-neorocks/luarocks-tag-release@v6
+ uses: nvim-neorocks/luarocks-tag-release@v7
25
env:
26
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
27
with:
0 commit comments