Skip to content

Commit e930f76

Browse files
committed
Attempt #2 fixing release template
1 parent 9578ee7 commit e930f76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
uses: softprops/action-gh-release@v2
8080
with:
8181
body_path: "${{ github.workspace }}/RELEASE-TEMPLATE.md"
82+
draft: true
8283
files: ${{env.BINARY_NAME}}
8384
env:
8485
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)