Skip to content

Commit 8757746

Browse files
mrcjkbmfussenegger
authored andcommitted
ci bump luarocks-tag-release version
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.
1 parent a8747ee commit 8757746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515
if: env.LUAROCKS_API_KEY != null
1616
- name: Luarocks Upload
17-
uses: nvim-neorocks/luarocks-tag-release@v5
17+
uses: nvim-neorocks/luarocks-tag-release@v7
1818
if: env.LUAROCKS_API_KEY != null
1919
env:
2020
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}

0 commit comments

Comments
 (0)