Skip to content

Commit 38690b2

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
build:
10+
permissions: write-all
1011
runs-on: ubuntu-latest
1112

1213
steps:
@@ -29,10 +30,6 @@ jobs:
2930
with:
3031
tag_name: ${{ github.ref }}
3132
release_name: Release ${{ github.ref }}
32-
body: |
33-
Changes in this Release
34-
- First Change
35-
- Second Change
3633
draft: false
3734
prerelease: false
3835

0 commit comments

Comments
 (0)