Skip to content

Commit ad84f8a

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

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

.github/workflows/ci.yml

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

.github/workflows/release.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,42 +15,42 @@ on:
1515
workflow_dispatch:
1616

1717
jobs:
18-
wait-for-ci:
19-
runs-on: ubuntu-latest
20-
steps:
21-
- name: Wait for CI workflow to complete
22-
uses: lewagon/[email protected]
23-
with:
24-
ref: ${{ github.ref }}
25-
check-name: "Pre-check"
26-
repo-token: ${{ secrets.GITHUB_TOKEN }}
27-
wait-interval: 10
28-
allowed-conclusions: success,skipped
29-
30-
- name: Wait for Lint and Type Check
31-
uses: lewagon/[email protected]
32-
with:
33-
ref: ${{ github.ref }}
34-
check-name: "Lint and Type Check"
35-
repo-token: ${{ secrets.GITHUB_TOKEN }}
36-
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()
18+
# wait-for-ci:
19+
# runs-on: ubuntu-latest
20+
# steps:
21+
# - name: Wait for CI workflow to complete
22+
# uses: lewagon/[email protected]
23+
# with:
24+
# ref: ${{ github.ref }}
25+
# check-name: "Pre-check"
26+
# repo-token: ${{ secrets.GITHUB_TOKEN }}
27+
# wait-interval: 10
28+
# allowed-conclusions: success,skipped
29+
30+
# - name: Wait for Lint and Type Check
31+
# uses: lewagon/[email protected]
32+
# with:
33+
# ref: ${{ github.ref }}
34+
# check-name: "Lint and Type Check"
35+
# repo-token: ${{ secrets.GITHUB_TOKEN }}
36+
# 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()
5151

5252
buildLinux:
53-
needs: wait-for-ci
53+
# needs: wait-for-ci
5454
runs-on: ubuntu-22.04
5555
steps:
5656
- uses: actions/checkout@v4

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.4",
4+
"version": "2.22.5",
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)