Skip to content

Commit

Permalink
Only for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
michelu89 committed May 27, 2024
1 parent 2a55b19 commit 9a57cb7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/push_request_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
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: |
Expand Down

0 comments on commit 9a57cb7

Please sign in to comment.