Skip to content

Commit

Permalink
fix(.github/workflows/release.yml): 将draft标记为true以创建草稿发布
Browse files Browse the repository at this point in the history
  • Loading branch information
gongfuture committed Sep 24, 2024
1 parent 6a878b0 commit 1e31917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
files: src/build/*.json
tag_name: v${{ env.TAG_NAME }}
name: BookSource_${{ env.TAG_NAME}}
draft: false
draft: true
prerelease: false
make_latest: true
generate_release_notes: true
Expand Down

0 comments on commit 1e31917

Please sign in to comment.