Sfoglia il codice sorgente

Update build-kernel-release.yml

James McConnell 1 anno fa
parent
commit
0639b7f3db
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/build-kernel-release.yml

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

@@ -305,7 +305,7 @@ jobs:
             # Fetch the latest tag from GitHub (this is the latest tag based on the GitHub API)
             LATEST_TAG=$(gh api repos/$REPO_OWNER/$REPO_NAME/tags --jq '.[0].name')
             if [ -z "$LATEST_TAG" ]; then
-              LATEST_TAG="v1.5.4-0"
+              LATEST_TAG="v1.5.5-0"
             fi
             
             NEW_TAG=$(echo "$LATEST_TAG" | awk -F- '{suffix=$2; if (!suffix) suffix=0; suffix++; printf "%s-%d", $1, suffix}')