Skip to content

Commit 0fb7f0b

Browse files
authored
Update go.yml
1 parent d1ec475 commit 0fb7f0b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/go.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:
30-
tag_name: ${{ github.ref }}
31-
release_name: Release ${{ github.ref }}
32-
draft: true
30+
tag_name: ${{ github.ref }}
31+
release_name: Release ${{ github.ref }}
32+
body: |
33+
Changes in this Release
34+
- First Change
35+
- Second Change
36+
draft: false
37+
prerelease: false
3338

3439
- name: Upload EXE as Release Asset
3540
id: upload_asset

0 commit comments

Comments
 (0)