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