Skip to content

Commit a12f20e

Browse files
committed
fix: draft release
1 parent 5875ba8 commit a12f20e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

0 commit comments

Comments
 (0)