File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 18
18
- ' package-lock.json'
19
19
- ' .github/workflows/lint.yml'
20
20
concurrency :
21
- group : lint-${{ github.ref }}-${{ github.sha }}
22
- cancel-in-progress : false
21
+ group : lint-${{ github.ref }}
22
+ cancel-in-progress : true
23
23
24
24
defaults :
25
25
run :
Original file line number Diff line number Diff line change 97
97
body : ${{ steps.release-note.outputs.release-note }}
98
98
99
99
upload_artifacts :
100
- if : ${{ needs.draft.outputs.has-updated }}
101
100
needs : [ draft ]
101
+ if : needs.draft.outputs.has-updated
102
102
strategy :
103
103
matrix :
104
104
os : [ windows-latest, ubuntu-latest ]
@@ -164,7 +164,7 @@ jobs:
164
164
165
165
publish :
166
166
needs : [ draft, upload_artifacts ]
167
-
167
+ if : needs.draft.outputs.has-updated
168
168
strategy :
169
169
matrix :
170
170
os : [ ubuntu-latest ]
Original file line number Diff line number Diff line change 17
17
- ' .github/workflows/tests.yml'
18
18
19
19
concurrency :
20
- group : tests-${{ github.ref }}-${{ github.sha }}
21
- cancel-in-progress : false
20
+ group : tests-${{ github.ref }}
21
+ cancel-in-progress : true
22
22
23
23
defaults :
24
24
run :
Original file line number Diff line number Diff line change 19
19
- ' .github/workflows/typechecking.yml'
20
20
21
21
concurrency :
22
- group : typecheck-${{ github.ref }}-${{ github.sha }}
23
- cancel-in-progress : false
22
+ group : typecheck-${{ github.ref }}
23
+ cancel-in-progress : true
24
24
25
25
defaults :
26
26
run :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " all-mangas-reader-desktop" ,
3
3
"description" : " All Mangas Reader Desktop" ,
4
- "version" : " 0.0.44 " ,
4
+ "version" : " 0.0.45 " ,
5
5
"private" : false ,
6
6
"engines" : {
7
7
"node" : " >=v16.13" ,
You can’t perform that action at this time.
0 commit comments