Skip to content

Commit 8e7a7fa

Browse files
Update go.yml
1 parent 10a6136 commit 8e7a7fa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
description: 'The tag name for the release (e.g., v0.1.0-test)'
88
required: true
99
default: 'v0.1.0-alpha'
10+
release_body:
11+
description: 'The release notes/body for the release.'
12+
required: true
13+
default: 'This is a new release.'
1014

1115
jobs:
1216
build-and-release:
@@ -100,5 +104,5 @@ jobs:
100104
with:
101105
tag_name: ${{ github.event.inputs.tag_name }}
102106
name: Release ${{ github.event.inputs.tag_name }}
103-
body: "Installation"
107+
body: ${{ github.event.inputs.release_body }}
104108
files: artifacts/**/*.zip

0 commit comments

Comments
 (0)