From 73ac7fa7168b8ea6770ed7a277211fd68d6b8c94 Mon Sep 17 00:00:00 2001 From: jspijker Date: Fri, 18 Nov 2022 11:27:41 +0100 Subject: [PATCH] Fix get version form PR's --- .github/workflows/conan-recipe-version.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml index e5b1af54f5..a0ea09c0f3 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -67,8 +67,7 @@ jobs: if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} with: fetch-depth: 0 - ref: ${{ github.event.pull_request.head.ref }} - repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.base_ref }} - name: Setup Python and pip uses: actions/setup-python@v4