Skip to content

Commit

Permalink
Revert "feat(ci): update luarocks ci to v5"
Browse files Browse the repository at this point in the history
This reverts commit 4558221.
  • Loading branch information
NTBBloodbath committed Sep 2, 2023
1 parent 4558221 commit a050d28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
name: LuaRocks upload
steps:
- name: checkout
uses: actions/checkout@v5
uses: actions/checkout@v3
- name: LuaRocks upload
uses: nvim-neorocks/luarocks-tag-release@v5
with:
copy-directories: |
colors
test_interpreters:
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}

0 comments on commit a050d28

Please sign in to comment.