Skip to content

Commit

Permalink
ci: bump luarocks-tag-release to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored and ibhagwan committed Apr 4, 2024
1 parent 7ecc8e3 commit be720e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luarocks-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Get new commit count
run: echo "NEW_COMMIT_COUNT=$(git log --oneline --since '24 hours ago' | wc -l)" >> $GITHUB_ENV
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v3
uses: nvim-neorocks/luarocks-tag-release@v5
if: ${{ env.NEW_COMMIT_COUNT > 0 }}
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
Expand Down

0 comments on commit be720e0

Please sign in to comment.