diff options
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c8d7a68..1be5d2f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: run: | set -eu version=$(python scripts/version.py) - echo "::set-output name=version::version" + echo "::set-output name=version::$version" printf "%s\n" "${version}" # The current version (v2) of Docker's build-push action uses buildx, |