ci: ensure short-sha is exported correctly on all platforms (#5781)

This commit is contained in:
Mohammed Al Sahaf 2023-08-25 18:06:44 +02:00 committed by GitHub
parent 7103ea096f
commit b7e472d548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@ jobs:
- name: Print Go version and environment
id: vars
shell: bash
run: |
printf "Using go at: $(which go)\n"
printf "Go version: $(go version)\n"