diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 4d48489a10..b2e68eb959 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -16,6 +16,9 @@ jobs: if: github.event_name == 'push' steps: + + - uses: actions/checkout@v2 + - name: Extract branch name shell: bash run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"