File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -300,10 +300,10 @@ jobs:
300300 with :
301301 # token: ${{ secrets.GITHUB_TOKEN }} # Provided by default
302302 tag_name : ${{ github.ref_name }}
303- name : Release ${{ github.ref_name }}
303+ name : ${{ github.ref_name }}
304304 # body: | # Optional: Add release notes here
305305 # Automated release for version ${{ github.ref_name }}
306- draft : false # Set to true if you want to manually review before publishing
306+ draft : true # Set to true if you want to manually review before publishing
307307 prerelease : false # Set to true if this is a pre-release
308308 files : |
309309 final_release_assets/*
Original file line number Diff line number Diff line change 22 "private" : true ,
33 "name" : " smart-sub" ,
44 "description" : " 视频转字幕,字幕翻译软件" ,
5- "version" : " 2.3.0 " ,
5+ "version" : " 2.3.4 " ,
66 "author" : " buxuku <buxuku@gmail.com>" ,
77 "main" : " app/background.js" ,
88 "scripts" : {
You can’t perform that action at this time.
0 commit comments