Skip to content
Snippets Groups Projects
Unverified Commit e0235779 authored by Garcia Samuel's avatar Garcia Samuel Committed by GitHub
Browse files

Merge pull request #1381 from alejoe91/release-actions

Fix setting tag to env variable
parents e7ae0425 fb24408f
No related branches found
Tags 0.13.yep3
No related merge requests found
...@@ -24,7 +24,7 @@ jobs: ...@@ -24,7 +24,7 @@ jobs:
id: get-version id: get-version
run: | run: |
echo ${GITHUB_REF#refs/tags/} echo ${GITHUB_REF#refs/tags/}
echo "TAG::${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT echo ::set-output name=TAG::${GITHUB_REF#refs/tags/}
- name: Test version/tag correspondence - name: Test version/tag correspondence
id: version-check id: version-check
run: | run: |
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment