Skip to content

Commit 2f4812c

Browse files
committed
build info v4
1 parent 8d9dedd commit 2f4812c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Semver Version
5353
id: version
5454
run: |
55-
version=$(echo ${{steps.current.outputs.value}} | cut -dv -f2)
55+
version=$(echo "${{steps.current.outputs.tag}}" | cut -dv -f2)
5656
echo "::set-output name=version::$version"
5757
5858
output:

0 commit comments

Comments
 (0)