File tree 3 files changed +12
-6
lines changed
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 8
8
- " **.md"
9
9
workflow_dispatch :
10
10
11
- # https://github.com/softprops/action-gh-release/issues/236
12
- permissions :
13
- contents : write
14
-
15
11
jobs :
16
12
build :
17
13
runs-on : ubuntu-latest
20
16
- uses : nvim-neorocks/luarocks-tag-release@v5
21
17
env :
22
18
LUAROCKS_API_KEY : ${{secrets.LUAROCKS_API_KEY}}
19
+ if : " ! startsWith(github.ref, 'refs/tags/')"
20
+ with :
21
+ template : template.rockspec
22
+ name : prompt-style
23
+ version : scm
24
+ - uses : nvim-neorocks/luarocks-tag-release@v5
25
+ env :
26
+ LUAROCKS_API_KEY : ${{secrets.LUAROCKS_API_KEY}}
27
+ if : startsWith(github.ref, 'refs/tags/')
23
28
with :
24
29
template : template.rockspec
25
30
name : prompt-style
Original file line number Diff line number Diff line change
1
+
Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ repos:
73
73
additional_dependencies :
74
74
- markdown-it-texmath
75
75
- repo : https://github.com/astral-sh/ruff-pre-commit
76
- rev : v0.4.8
76
+ rev : v0.4.9
77
77
hooks :
78
78
- id : ruff
79
79
- id : ruff-format
80
80
- repo : https://github.com/kumaraditya303/mirrors-pyright
81
- rev : v1.1.366
81
+ rev : v1.1.367
82
82
hooks :
83
83
- id : pyright
84
84
- repo : https://github.com/lunarmodules/luacheck
You can’t perform that action at this time.
0 commit comments