Kaynağa Gözat

Update default tag version from v2.1.0-r0 to v2.2.0-r0

jimsterino98 2 ay önce
ebeveyn
işleme
d78377ee81
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -122,7 +122,7 @@ jobs:
         run: |
             LATEST_TAG=$(gh api repos/${{ github.repository }}/tags --jq '.[0].name' 2>/dev/null || echo "")
             if [ -z "$LATEST_TAG" ]; then
-              LATEST_TAG="v2.1.0-r0"
+              LATEST_TAG="v2.2.0-r0"
             fi
             
             NEW_TAG=$(echo "$LATEST_TAG" | awk -F'-r' '{suffix=$2; if (!suffix) suffix=0; suffix++; printf "%s-r%d", $1, suffix}')