From 2cafe29bd322a924925e9e5092c524f9fabe980f Mon Sep 17 00:00:00 2001 From: Thomas Krause Date: Wed, 29 May 2024 14:34:07 +0200 Subject: [PATCH] Updated issue in release script that was using the wrong graphANNIS version. --- .github/workflows/deploy.yml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b62cea91fe..f1aca5b997 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 - name: Set JAVA_HOME to included JDK 8 run: echo JAVA_HOME=$JAVA_HOME_8_X64 >> $GITHUB_ENV - - run: misc/download-annis-cli.sh 3.0.0 + - run: misc/download-annis-cli.sh env: OS_NAME: linux - run: misc/import-test-corpora.sh diff --git a/CHANGELOG.md b/CHANGELOG.md index 7578798da4..dc066578fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Updated issue in release script that was using the wrong graphANNIS version. + ## [4.12.0] - 2024-05-29 ### Added