Skip to content

Commit

Permalink
feat(ci): update luarocks ci to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Sep 2, 2023
1 parent 2e42442 commit 4558221
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
name: LuaRocks upload
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v5
- 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 4558221

Please sign in to comment.