Skip to content

Commit

Permalink
ci: release notes directly
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed May 4, 2023
1 parent 175f282 commit 929cbde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
files: |
gin-template
gin-template-arm64
draft: true
draft: false
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: gin-template-macos
draft: true
draft: false
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: gin-template.exe
draft: true
draft: false
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 929cbde

Please sign in to comment.