Skip to content

Commit

Permalink
perf(ci): try upload luarocks again3 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Dec 8, 2023
1 parent 1b41c95 commit a2199c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,8 @@ jobs:
force_push_tag: true
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5
if: ${{ steps.release.outputs.release_created }}
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
version: ${{ steps.release.outputs.tag_name }}
File renamed without changes.

0 comments on commit a2199c1

Please sign in to comment.