We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cadeb0 commit 93369bdCopy full SHA for 93369bd
.github/workflows/luarocks-release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Get Version
21
run: echo "LUAROCKS_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV
22
- name: LuaRocks Upload
23
- uses: nvim-neorocks/luarocks-tag-release@v5
+ uses: lumen-oss/luarocks-tag-release@v7
24
env:
25
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
26
with:
0 commit comments