File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 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
2014jobs :
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
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
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)
You can’t perform that action at this time.
0 commit comments