Update wireproxy.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 557e768d21
commit 2dd3c7c912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .github/workflows/wireproxy.yml

@ -14,14 +14,21 @@ jobs:
env:
workdir: ./WirePorxy
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
steps:
- name: Checkout code
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Set env
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Test
run: |
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
- name: Git clone WirePorxy
run: |

Loading…
Cancel
Save