Skip to content

Commit

Permalink
Updated issue in release script that was using the wrong graphANNIS v…
Browse files Browse the repository at this point in the history
…ersion.
  • Loading branch information
thomaskrause committed May 29, 2024
1 parent 8bbf822 commit 2cafe29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cafe29

Please sign in to comment.