Skip to content

Commit

Permalink
perf(ci): upload luarocks (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Dec 8, 2023
1 parent 9d7bcde commit 55be084
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/luarocks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: LuaRocks
on:
push:
tags:
- "*"
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-luarocks
cancel-in-progress: true
jobs:
luarocks-release:
runs-on: ubuntu-latest
name: LuaRocks upload
steps:
- name: Checkout
uses: actions/checkout@v4
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v5
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with:
summary: "Load all the ultra colorschemes into your Neovim player!"
labels: |
neovim
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ scoop install coreutils # rm

**Warning:** if this plugin provides the main colorscheme (e.g. the `colorscheme` command right after nvim start), then make sure:

1. Don't lazy this plugin, it only takes ~4 ms to load.
1. Don't lazy this plugin (it only takes ~4 ms to load).
2. Load this plugin before all other start plugins.

### [lazy.nvim](https://github.com/folke/lazy.nvim)
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.9.1

0 comments on commit 55be084

Please sign in to comment.