From 9a57cb7d95565e91a5bd12aeb500074ca08675ef Mon Sep 17 00:00:00 2001 From: Michele Santoro Date: Mon, 27 May 2024 10:17:45 +0200 Subject: [PATCH] Only for testing --- .github/workflows/push_request_check.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/push_request_check.yml b/.github/workflows/push_request_check.yml index 2940b857..756443ab 100755 --- a/.github/workflows/push_request_check.yml +++ b/.github/workflows/push_request_check.yml @@ -58,22 +58,6 @@ jobs: echo "GLIBC_VERSION=$version" >> $GITHUB_ENV echo "::set-output name=glibc_version::$version" - - name: Set antora version - if: matrix.os == 'ubuntu-20.04' - run: yq eval -i '.version = "5.6.0-rc2"' documentation/ame-guide/antora.yml - - - name: Commit version changes and push to upstream repository - if: matrix.os == 'ubuntu-20.04' - run: | - git config --global user.email "github-actions@github.com" - git config --global user.name "github-actions" - git checkout -b ${{ env.release_branch_name }} - git add documentation/ame-guide/antora.yml - git commit -m "Set version to 5.6.0-rc2" - git push origin ${{ env.release_branch_name }} - git tag v5.6.0-rc2 - git push origin v5.6.0-rc2 - - name: Download aspect model service into project (Mac) if: matrix.os == 'macos-12' run: |