ngbs 4 years ago
parent
commit
9c0a172c00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/run.yml

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

@@ -36,7 +36,7 @@ jobs:
           echo "KCPTUN_VERSION=$(curl -fsSL https://api.github.com/repos/xtaci/kcptun/releases/latest | grep '"tag_name":' | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/v//g;s/,//g;s/ //g')" >> $GITHUB_ENV
           echo "UDP2RAW_VERSION=$(curl -fsSL https://api.github.com/repos/wangyu-/udp2raw-tunnel/releases/latest | grep '"tag_name":' | head -n 1 | sed -E 's/.*"([^"]+)".*/\1/')" >> $GITHUB_ENV
           echo "TINYVPN_VERSION=$(curl -fsSL https://api.github.com/repos/wangyu-/tinyfecvpn/releases/latest | grep '"tag_name":' | head -n 1 | sed -E 's/.*"([^"]+)".*/\1/')" >> $GITHUB_ENV
-          echo $GITHUB_ENV
+          cat $GITHUB_ENV
         shell: bash
 
       - name: Run every 60 days