Skip to content

Commit 66f7a53

Browse files
authored
Update build-kernel-release.yml
1 parent ecdeff3 commit 66f7a53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
REPO_OWNER: TheWildJames
5757
REPO_NAME: Sultan_KernelSU_SUSFS
5858
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59-
RELEASE_NAME: "*TEST BUILD* Sultan Kernels With KernelSU Next & SUSFS v1.5.9 *TEST BUILD*"
59+
RELEASE_NAME: "*TEST BUILD* Sultan Kernels With KernelSU Next & SUSFS v1.5.10 *TEST BUILD*"
6060
RELEASE_NOTES: |
61-
This release contains KernelSU Next and SUSFS v1.5.9
61+
This release contains KernelSU Next and SUSFS v1.5.10
6262
6363
⚠️ **COMPATIBILITY NOTICE** ⚠️
6464
Please ensure compatibility by comparing release dates with official Sultan kernel releases:
@@ -76,7 +76,7 @@ jobs:
7676
7777
Features:
7878
[+] Wild KSU & KernelSU-Next Managers
79-
[+] SUSFS v1.5.9
79+
[+] SUSFS v1.5.10
8080
[+] Maphide LineageOS Detections
8181
[+] Futile Maphide for jit-zygote-cache Detections
8282
[+] Magic Mount Support
@@ -95,7 +95,7 @@ jobs:
9595
# Fetch the latest tag from GitHub (this is the latest tag based on the GitHub API)
9696
LATEST_TAG=$(gh api repos/$REPO_OWNER/$REPO_NAME/tags --jq '.[0].name')
9797
if [ -z "$LATEST_TAG" ]; then
98-
LATEST_TAG="v1.5.9-r0" # Default to v1.5.7-0 if no tag exists
98+
LATEST_TAG="v1.5.10-r0" # Default to v1.5.7-0 if no tag exists
9999
fi
100100
101101
# Increment the suffix (e.g., v1.5.7-0 becomes v1.5.7-1)

0 commit comments

Comments
 (0)