Skip to content

Commit a86fccf

Browse files
committed
upgrade workflow file
1 parent 5e128b2 commit a86fccf

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/go.yml renamed to .github/workflows/shell.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Makefile CI
1+
name: Shellscript CI
22

33
on:
44
push:
@@ -46,5 +46,12 @@ jobs:
4646
tag: ${{ github.ref }}
4747
overwrite: true
4848
file_glob: true
49-
#body:
49+
append_body: true
50+
preserve_order: true
51+
generate_release_notes: true
52+
# discussion_category_name: Announcements
53+
# body_path: relnotes.md
54+
# This release was created by: ${{ github.event.sender.login }}
55+
body: |
56+
Release of bash.sh, a shellscript toolset and starting point, built from commit ${{ env.SHORT_SHA }}, is now available.
5057

0 commit comments

Comments
 (0)