Fix ENV var reference for action option

This commit is contained in:
Artem Bilan
2023-11-13 18:33:30 -05:00
parent 1f15d8b1a6
commit e4bed6c2c2

View File

@@ -40,7 +40,7 @@ jobs:
with:
groupId: spring-io
artifactId: github-changelog-generator
version: $GENERATOR_VERSION
version: ${{ env.GENERATOR_VERSION }}
outputDirectory: .
- name: Set up JDK