Skip to content
Snippets Groups Projects
Unverified Commit 7ef05d19 authored by Khemissi Amir's avatar Khemissi Amir Committed by GitHub
Browse files

CI: Moved away from `GITHUB_REF` in favor of `github.ref_name`. (#5118)

parent 6ea07374
Branches
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ jobs:
id: ci_tag_release_version
if: contains(env.DOCKER_BUILD_ENABLED, 'true')
shell: bash
run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF#refs/tags/} | cut -c 9-)"
run: echo "##[set-output name=tag;]$(echo ${{github.ref_name}} | cut -c 9-)"
- name: Extract Tag Release Major
id: ci_tag_release_major
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment