Skip to content

Commit 2329138

Browse files
authored
Update build-kernel-release.yml
1 parent f14acdc commit 2329138

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/build-kernel-release.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ on:
1010
- main
1111
- master
1212
workflow_dispatch:
13-
inputs:
14-
make_release:
15-
description: 'Do you want to create a release?'
16-
required: true
17-
type: boolean
18-
default: true
1913

2014
jobs:
2115
build-kernel-gs201:
@@ -51,14 +45,13 @@ jobs:
5145
- build-kernel-gs201
5246
- build-kernel-zuma
5347
- build-kernel-zumapro
54-
if: ${{ inputs.make_release || github.event_name == 'push' }}
5548
env:
5649
REPO_OWNER: TheWildJames
5750
REPO_NAME: Sultan_KernelSU_SUSFS
5851
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59-
RELEASE_NAME: "Sultan Kernels With KernelSU Next & SUSFS v1.5.10"
52+
RELEASE_NAME: "Sultan Kernels With KernelSU Next & SUSFS v1.5.11"
6053
RELEASE_NOTES: |
61-
This release contains KernelSU Next and SUSFS v1.5.10
54+
This release contains KernelSU Next and SUSFS v1.5.11
6255
6356
⚠️ **COMPATIBILITY NOTICE** ⚠️
6457
Please ensure compatibility by comparing release dates with official Sultan kernel releases
@@ -72,7 +65,7 @@ jobs:
7265
7366
Features:
7467
[+] Wild KSU & KernelSU-Next Managers
75-
[+] SUSFS v1.5.10
68+
[+] SUSFS v1.5.11
7669
[+] Maphide LineageOS Detections
7770
[+] Futile Maphide for jit-zygote-cache Detections
7871
[+] Magic Mount Support
@@ -88,7 +81,7 @@ jobs:
8881
# Fetch the latest tag from GitHub (this is the latest tag based on the GitHub API)
8982
LATEST_TAG=$(gh api repos/$REPO_OWNER/$REPO_NAME/tags --jq '.[0].name')
9083
if [ -z "$LATEST_TAG" ]; then
91-
LATEST_TAG="v1.5.10-r0" # Default to v1.5.7-0 if no tag exists
84+
LATEST_TAG="v1.5.11-r0" # Default to v1.5.7-0 if no tag exists
9285
fi
9386
9487
# Increment the suffix (e.g., v1.5.7-0 becomes v1.5.7-1)

0 commit comments

Comments
 (0)