Skip to content

Commit 722cf7b

Browse files
committed
chore: bump version to v0.3.1-1
ci: update `release.yml` Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
1 parent 4ef099a commit 722cf7b

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/luarocks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: LuaRocks Upload
1313
uses: nvim-neorocks/luarocks-tag-release@v7.2.0
1414
with:
15-
version: "0.3.0"
15+
version: "0.3.1"
1616
license: "GPLv2"
1717
detailed_description: |
1818
Toggle between boolean values under your cursor.

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Action Release
2+
permissions:
3+
contents: write
4+
discussions: write
25
on:
36
push:
47
tags:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0-1
1+
0.3.1-1

0 commit comments

Comments
 (0)