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.
release.yml
1 parent 41f2f56 commit 4ef099aCopy full SHA for 4ef099a
1 file changed
.github/workflows/release.yml
@@ -3,7 +3,7 @@ on:
3
push:
4
tags:
5
- "v*.*.*"
6
- - "v*.*.*-*"
+ - "v*.*.*-.*"
7
merge_group:
8
branches:
9
- main
@@ -44,6 +44,7 @@ jobs:
44
uses: softprops/action-gh-release@v3
45
if: github.ref_type == 'tag'
46
with:
47
+ generate_release_notes: true
48
files: |
49
Release.txt
50
md5sums.txt
@@ -52,5 +53,4 @@ jobs:
52
53
boolean-toggle.nvim.tar.gz
54
boolean-toggle.nvim.tar.xz
55
boolean-toggle.nvim.zip
- token: ${{ secrets.GITHUB_TOKEN }}
56
# vim: set ts=2 sts=2 sw=2 et ai si sta:
0 commit comments