Skip to content

Commit cad0fee

Browse files
committed
Actually set the output for the pyenv version
1 parent e84384e commit cad0fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-root.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Get latest pyenv version
2626
id: get_pyenv_version
2727
run: |
28-
git describe --abbrev=0 --tags
28+
echo "pyenv_version=$(git describe --abbrev=0 --tags)" >> $GITHUB_OUTPUT
2929
3030
build-base:
3131
name: Build Python Builder Base

0 commit comments

Comments
 (0)