diff --git a/.github/workflows/wireproxy.yml b/.github/workflows/wireproxy.yml index f3c61b3..6b5a403 100644 --- a/.github/workflows/wireproxy.yml +++ b/.github/workflows/wireproxy.yml @@ -14,7 +14,7 @@ jobs: env: workdir: ./WirePorxy - release_version: ${GITHUB_REF#refs/*/} +# release_version: ${GITHUB_REF#refs/*/} steps: - name: Checkout code @@ -22,9 +22,9 @@ jobs: with: fetch-depth: 0 -# - name: Set env - # run: | - # echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV + - name: Set env + run: | + echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Test run: |