From ebcdcc6a1ef79761ec2faded14e31931ea13fe8d Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Sun, 10 Jan 2021 23:46:19 +0100 Subject: [PATCH] github.ref instead of GITHUB_REF --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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