diff --git a/.github/workflows/update-pgxn-version.yml b/.github/workflows/update-pgxn-version.yml index ec1b996f..ba1a1215 100644 --- a/.github/workflows/update-pgxn-version.yml +++ b/.github/workflows/update-pgxn-version.yml @@ -22,7 +22,7 @@ jobs: run: sudo apt install libcurl4-openssl-dev libssl-dev - name: Clone Tools branch - run: git clone --branch main https://github.com/citusdata/tools.git + run: git clone --branch v0.8.31 https://github.com/citusdata/tools.git - name: Install Python requirements run: python -m pip install -r tools/packaging_automation/requirements.txt diff --git a/.github/workflows/update_package_properties.yml b/.github/workflows/update_package_properties.yml index 0931ef5f..6fce8da2 100644 --- a/.github/workflows/update_package_properties.yml +++ b/.github/workflows/update_package_properties.yml @@ -23,7 +23,7 @@ jobs: # Runs a single command using the runners shell - name: Clone Tools branch - run: git clone --depth 1 --branch main https://github.com/citusdata/tools.git + run: git clone --depth 1 --branch v0.8.31 https://github.com/citusdata/tools.git # Runs a set of commands using the runners shell - name: Execute Package Properties Update