We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32b264e + 144c89e commit 1d57dcdCopy full SHA for 1d57dcd
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
15
strategy:
16
+ fail-fast: false
17
matrix:
18
os: [macos-latest, ubuntu-latest, windows-latest]
19
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "steam-desktop-authenticator",
3
"private": true,
4
- "version": "0.1.1",
+ "version": "0.1.2",
5
"description": "A desktop authenticator for Steam that's written in Electron and Vue.",
6
- "author": "zp99992050@gmail.com",
+ "author": "zp99992050 <zp99992050@gmail.com>",
7
"type": "module",
8
"repository": {
9
"type": "git",
0 commit comments