Skip to content

Commit

Permalink
📝 Add luarocks
Browse files Browse the repository at this point in the history
Support scm
  • Loading branch information
Freed-Wu committed Jun 21, 2024
1 parent 504a932 commit 43efd86
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ jobs:
- uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
if: "! startsWith(github.ref, 'refs/tags/')"
with:
version: scm
- uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{secrets.LUAROCKS_API_KEY}}
if: startsWith(github.ref, 'refs/tags/')
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Wu Zhenyu <[email protected]> Wu, Zhenyu <[email protected]>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
[![github/repo-size](https://shields.io/github/repo-size/Freed-Wu/cppinsights.vim)](https://github.com/Freed-Wu/cppinsights.vim)
[![github/v](https://shields.io/github/v/release/Freed-Wu/cppinsights.vim)](https://github.com/Freed-Wu/cppinsights.vim)

[![luarocks](https://img.shields.io/luarocks/v/Freed-Wu/cppinsights.vim)](https://luarocks.org/modules/Freed-Wu/cppinsights.vim)

![screenshot](https://user-images.githubusercontent.com/32936898/220273531-d183042e-50e5-4ddf-b782-866bae786e44.jpg)

## Install
Expand Down

0 comments on commit 43efd86

Please sign in to comment.