From f04174cb34499cd06e0ee57e8e5ecf4ac53804ab Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Fri, 19 May 2023 13:38:35 +0200 Subject: [PATCH] fix(ci): checkout sources to get version --- .github/workflows/get-environment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/get-environment.yml b/.github/workflows/get-environment.yml index 7eb8785f9..fe41e6e73 100644 --- a/.github/workflows/get-environment.yml +++ b/.github/workflows/get-environment.yml @@ -24,6 +24,9 @@ jobs: release: ${{ steps.get_environment.outputs.release }} steps: + - name: Checkout sources + uses: actions/checkout@v3 + - id: get_environment run: | if [[ -z "$GITHUB_HEAD_REF" ]]; then