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 7ecc8e3 commit 5e8cc19Copy full SHA for 5e8cc19
.github/workflows/luarocks-release.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Get new commit count
17
run: echo "NEW_COMMIT_COUNT=$(git log --oneline --since '24 hours ago' | wc -l)" >> $GITHUB_ENV
18
- name: LuaRocks Upload
19
- uses: nvim-neorocks/luarocks-tag-release@v3
+ uses: nvim-neorocks/luarocks-tag-release@v5
20
if: ${{ env.NEW_COMMIT_COUNT > 0 }}
21
env:
22
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
0 commit comments