File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 7
7
branches :
8
8
- main
9
9
concurrency :
10
- group : ${{ github.ref }}/ ci
10
+ group : ${{ github.ref }}- ci
11
11
cancel-in-progress : true
12
12
jobs :
13
13
pr_conventional_commit :
@@ -102,10 +102,15 @@ jobs:
102
102
- luacheck
103
103
- unit_test
104
104
runs-on : ubuntu-latest
105
+ permissions :
106
+ contents : write
107
+ pull-requests : write
108
+ repository-projects : write
105
109
steps :
106
110
- uses : google-github-actions/release-please-action@v3
107
111
id : release
108
112
with :
113
+ token : ${{ secrets.PERSONAL_RELEASE_TOKEN }}
109
114
release-type : simple
110
115
package-name : colorbox.nvim
111
116
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3
3
schedule :
4
4
- cron : " 53 0 * * 1"
5
5
concurrency :
6
- group : ${{ github.ref }}/ collect
6
+ group : ${{ github.ref }}- collect
7
7
cancel-in-progress : true
8
8
jobs :
9
9
pipeline :
Original file line number Diff line number Diff line change
1
+ name : LuaRocks
2
+ on :
3
+ push :
4
+ tags :
5
+ - " *"
6
+ pull_request :
7
+ branches :
8
+ - main
9
+ concurrency :
10
+ group : ${{ github.ref }}-luarocks
11
+ cancel-in-progress : true
12
+ jobs :
13
+ luarocks-release :
14
+ runs-on : ubuntu-latest
15
+ name : LuaRocks upload
16
+ steps :
17
+ - name : Checkout
18
+ uses : actions/checkout@v4
19
+ - name : LuaRocks Upload
20
+ uses : nvim-neorocks/luarocks-tag-release@v5
21
+ env :
22
+ LUAROCKS_API_KEY : ${{ secrets.LUAROCKS_API_KEY }}
23
+ with :
24
+ summary : " Load all the ultra colorschemes into your Neovim player!"
25
+ labels : |
26
+ neovim
You can’t perform that action at this time.
0 commit comments