Skip to content

Commit 4ef099a

Browse files
committed
ci: update release.yml
Signed-off-by: Guennadi Maximov C <g.maxc.fox@protonmail.com>
1 parent 41f2f56 commit 4ef099a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
tags:
55
- "v*.*.*"
6-
- "v*.*.*-*"
6+
- "v*.*.*-.*"
77
merge_group:
88
branches:
99
- main
@@ -44,6 +44,7 @@ jobs:
4444
uses: softprops/action-gh-release@v3
4545
if: github.ref_type == 'tag'
4646
with:
47+
generate_release_notes: true
4748
files: |
4849
Release.txt
4950
md5sums.txt
@@ -52,5 +53,4 @@ jobs:
5253
boolean-toggle.nvim.tar.gz
5354
boolean-toggle.nvim.tar.xz
5455
boolean-toggle.nvim.zip
55-
token: ${{ secrets.GITHUB_TOKEN }}
5656
# vim: set ts=2 sts=2 sw=2 et ai si sta:

0 commit comments

Comments
 (0)