diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cae1ad..4e8c6cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: id: properties shell: bash run: | - cat changelog.md + cat CHANGELOG.md PROPERTIES="$(./gradlew properties --console=plain -q)" VERSION="$(echo "$PROPERTIES" | grep "^version:" | cut -f2- -d ' ')" CHANGELOG="$(./gradlew getChangelog --unreleased --no-header --console=plain -q)"