Skip to content

Commit 0b36ee5

Browse files
committed
💚 Fix github workflow
1 parent 2f7ab9a commit 0b36ee5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: |
3838
*.rock
3939
- uses: softprops/action-gh-release@v1
40-
# if: startsWith(github.ref, 'refs/tags/')
40+
if: startsWith(github.ref, 'refs/tags/')
4141
with:
4242
# body_path: build/CHANGELOG.md
4343
files: |

code-stats.nvim-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = modrev ..'-'.. specrev
1111
description = {
1212
summary = 'Code::Stats plugin for Neovim',
1313
detailed = '',
14-
labels = { },
14+
labels = { 'vim', 'lua', 'neovim', 'code-stats' },
1515
homepage = 'https://github.com/Freed-Wu/code-stats.nvim',
1616
license = 'GPL-3.0'
1717
}

0 commit comments

Comments
 (0)