Skip to content

Commit 1a32177

Browse files
authored
Merge pull request #3 from JiPaix/beta
Beta
2 parents 67d4877 + 068004b commit 1a32177

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ on:
1818
- 'package-lock.json'
1919
- '.github/workflows/lint.yml'
2020
concurrency:
21-
group: lint-${{ github.ref }}-${{ github.sha }}
22-
cancel-in-progress: false
21+
group: lint-${{ github.ref }}
22+
cancel-in-progress: true
2323

2424
defaults:
2525
run:

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
body: ${{ steps.release-note.outputs.release-note }}
9898

9999
upload_artifacts:
100-
if: ${{ needs.draft.outputs.has-updated }}
101100
needs: [ draft ]
101+
if: needs.draft.outputs.has-updated
102102
strategy:
103103
matrix:
104104
os: [ windows-latest, ubuntu-latest ]
@@ -164,7 +164,7 @@ jobs:
164164

165165
publish:
166166
needs: [ draft, upload_artifacts ]
167-
167+
if: needs.draft.outputs.has-updated
168168
strategy:
169169
matrix:
170170
os: [ ubuntu-latest ]

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
- '.github/workflows/tests.yml'
1818

1919
concurrency:
20-
group: tests-${{ github.ref }}-${{ github.sha }}
21-
cancel-in-progress: false
20+
group: tests-${{ github.ref }}
21+
cancel-in-progress: true
2222

2323
defaults:
2424
run:

.github/workflows/typechecking.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ on:
1919
- '.github/workflows/typechecking.yml'
2020

2121
concurrency:
22-
group: typecheck-${{ github.ref }}-${{ github.sha }}
23-
cancel-in-progress: false
22+
group: typecheck-${{ github.ref }}
23+
cancel-in-progress: true
2424

2525
defaults:
2626
run:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "all-mangas-reader-desktop",
33
"description": "All Mangas Reader Desktop",
4-
"version": "0.0.44",
4+
"version": "0.0.45",
55
"private": false,
66
"engines": {
77
"node": ">=v16.13",

0 commit comments

Comments
 (0)