Skip to content

Commit 5e8cc19

Browse files
committed
ci: bump luarocks-tag-release to v5
1 parent 7ecc8e3 commit 5e8cc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/luarocks-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Get new commit count
1717
run: echo "NEW_COMMIT_COUNT=$(git log --oneline --since '24 hours ago' | wc -l)" >> $GITHUB_ENV
1818
- name: LuaRocks Upload
19-
uses: nvim-neorocks/luarocks-tag-release@v3
19+
uses: nvim-neorocks/luarocks-tag-release@v5
2020
if: ${{ env.NEW_COMMIT_COUNT > 0 }}
2121
env:
2222
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}

0 commit comments

Comments
 (0)