diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4523b6f9..d66078023 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: - id: get_branch_name run: | - branch_name=$(echo ${{ GITHUB_REF }} | cut -d/ -f3) + branch_name=$(echo ${{ github.ref }} | cut -d/ -f3) echo "::set-output name=branch_name::$branch_name" - name: Create Release