From 11be8b25c2395dc01b42a9d69d5e6187495542c4 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Fri, 25 Aug 2023 18:51:20 +0300 Subject: [PATCH] ci: ensure short-sha is exported correctly on all platforms --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deebc7d7a98..20f2fc5a9dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"