Skip to content

Commit

Permalink
ci bump luarocks-tag-release version
Browse files Browse the repository at this point in the history
v5 of luarocks-tag-release will try to run `busted` tests
if there's a `.busted` file in the repo root. This does not work
when busted is configured to use `nlua`.
With v7, we have dropped support for running tests in favour of
the nvim-busted-action.
  • Loading branch information
mrcjkb committed Jun 21, 2024
1 parent a8747ee commit 98829b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
if: env.LUAROCKS_API_KEY != null
- name: Luarocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5
uses: nvim-neorocks/luarocks-tag-release@v7
if: env.LUAROCKS_API_KEY != null
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}

0 comments on commit 98829b4

Please sign in to comment.