We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc0b67 commit 9796dd0Copy full SHA for 9796dd0
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@v5
+ uses: nvim-neorocks/luarocks-tag-release@v7
25
env:
26
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
27
with:
0 commit comments