File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
147
147
RELEASE_NAME : " *TEST BUILD* OnePlus Kernels With KernelSU Next & SUSFS v1.5.5 *TEST BUILD*"
148
148
RELEASE_NOTES : |
149
- This release contains KernelSU Next and SUSFS v1.5.5
149
+ This release contains KernelSU Next and SUSFS v1.5.7
150
150
151
151
Module:
152
152
-> https://github.com/sidex15/ksu_module_susfs
@@ -156,7 +156,7 @@ jobs:
156
156
157
157
Features:
158
158
[+] KernelSU-Next
159
- [+] SUSFS v1.5.5
159
+ [+] SUSFS v1.5.7
160
160
[+] Wireguard Support
161
161
[+] Maphide LineageOS Detections
162
162
[+] Futile Maphide for jit-zygote-cache Detections
@@ -173,7 +173,7 @@ jobs:
173
173
# Fetch the latest tag from GitHub (this is the latest tag based on the GitHub API)
174
174
LATEST_TAG=$(gh api repos/$REPO_OWNER/$REPO_NAME/tags --jq '.[0].name')
175
175
if [ -z "$LATEST_TAG" ]; then
176
- LATEST_TAG="v1.5.5 -r0" # Default to v1.5.3-0 if no tag exists
176
+ LATEST_TAG="v1.5.7 -r0" # Default to v1.5.3-0 if no tag exists
177
177
fi
178
178
179
179
# Increment the suffix (e.g., v1.5.3-0 becomes v1.5.3-1)
You can’t perform that action at this time.
0 commit comments