We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v0.3.1-1
1 parent 4ef099a commit 722cf7bCopy full SHA for 722cf7b
3 files changed
.github/workflows/luarocks.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: LuaRocks Upload
13
uses: nvim-neorocks/luarocks-tag-release@v7.2.0
14
with:
15
- version: "0.3.0"
+ version: "0.3.1"
16
license: "GPLv2"
17
detailed_description: |
18
Toggle between boolean values under your cursor.
.github/workflows/release.yml
@@ -1,4 +1,7 @@
1
name: Action Release
2
+permissions:
3
+ contents: write
4
+ discussions: write
5
on:
6
push:
7
tags:
version.txt
@@ -1 +1 @@
-0.3.0-1
+0.3.1-1
0 commit comments