Skip to content

Commit 61e8688

Browse files
buxukulinxiaodong
andauthored
Feature/release (#8)
* feat: build release * v1.0.4 * v1.0.4 * feat: build release --------- Co-authored-by: linxiaodong <[email protected]>
1 parent 9677075 commit 61e8688

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name: Build/release
22

3-
on: push
3+
on:
4+
push:
5+
branches: [ main ]
46

57
jobs:
68
release:
79
runs-on: ${{ matrix.os }}
810

911
strategy:
1012
matrix:
11-
os: [macos-latest, ubuntu-latest, windows-latest]
13+
os: [macos-latest, windows-latest]
1214

1315
steps:
1416
- name: Check out Git repository

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": "video-subtitle-master",
44
"description": "视频转字幕,字幕翻译软件",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"author": "buxuku <[email protected]>",
77
"main": "app/background.js",
88
"scripts": {

0 commit comments

Comments
 (0)