Skip to content

Commit 1d57dcd

Browse files
Merge pull request #5 from zhangpan-soft/dev
chore: bump version to 0.1.2 and disable fail-fast
2 parents 32b264e + 144c89e commit 1d57dcd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414

1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
os: [macos-latest, ubuntu-latest, windows-latest]
1819

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "steam-desktop-authenticator",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "A desktop authenticator for Steam that's written in Electron and Vue.",
6-
"author": "zp99992050@gmail.com",
6+
"author": "zp99992050 <zp99992050@gmail.com>",
77
"type": "module",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)