Skip to content

Commit 9a8e287

Browse files
committed
version bump & ci update
1 parent f3726e7 commit 9a8e287

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CI
33
on:
44
push:
55
branches: ["master", "beta"]
6+
tags:
7+
- "v*"
68
pull_request:
79
branches: ["master", "beta"]
810

.github/workflows/release.yml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,36 @@ jobs:
1818
wait-for-ci:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- name: Wait for CI to complete
21+
- name: Wait for CI workflow to complete
2222
uses: lewagon/[email protected]
2323
with:
2424
ref: ${{ github.ref }}
25-
check-name: "lint-and-type-check"
25+
check-name: "Pre-check"
2626
repo-token: ${{ secrets.GITHUB_TOKEN }}
2727
wait-interval: 10
28+
allowed-conclusions: success,skipped
2829

29-
- name: Wait for CodeQL to complete
30+
- name: Wait for Lint and Type Check
3031
uses: lewagon/[email protected]
3132
with:
3233
ref: ${{ github.ref }}
33-
check-name: "codeql"
34+
check-name: "Lint and Type Check"
3435
repo-token: ${{ secrets.GITHUB_TOKEN }}
3536
wait-interval: 10
37+
allowed-conclusions: success,skipped
38+
continue-on-error: false
39+
if: always()
40+
41+
- name: Wait for CodeQL Analysis
42+
uses: lewagon/[email protected]
43+
with:
44+
ref: ${{ github.ref }}
45+
check-name: "CodeQL Analysis"
46+
repo-token: ${{ secrets.GITHUB_TOKEN }}
47+
wait-interval: 10
48+
allowed-conclusions: success,skipped
49+
continue-on-error: false
50+
if: always()
3651

3752
buildLinux:
3853
needs: wait-for-ci

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yomikiru",
33
"productName": "Yomikiru",
4-
"version": "2.22.3",
4+
"version": "2.22.4",
55
"description": "An offline desktop reader for manga, comics, and novels. Offers a customizable reading experience with extensive settings, shortcuts, themes and layouts.",
66
"main": ".webpack/main",
77
"author": {

0 commit comments

Comments
 (0)