mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 01:23:43 +08:00
```
nothing changes ```
This commit is contained in:
parent
d001bbc2eb
commit
f6b9ccc774
@ -210,6 +210,10 @@ async function processRelease(github, options, tag, isAlpha) {
|
|||||||
|
|
||||||
// Get the appropriate updater release based on isAlpha flag
|
// Get the appropriate updater release based on isAlpha flag
|
||||||
const releaseTag = isAlpha ? ALPHA_TAG_NAME : UPDATE_TAG_NAME;
|
const releaseTag = isAlpha ? ALPHA_TAG_NAME : UPDATE_TAG_NAME;
|
||||||
|
console.log(
|
||||||
|
`Processing ${isAlpha ? "alpha" : "stable"} release:`,
|
||||||
|
releaseTag,
|
||||||
|
);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const { data: updateRelease } = await github.rest.repos.getReleaseByTag({
|
const { data: updateRelease } = await github.rest.repos.getReleaseByTag({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user