Skip to content

Commit 879d9ea

Browse files
author
Heiko Kiesel
committed
Fix github output variable name
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent 5997371 commit 879d9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# currentVersion command gets this value, which we store in the "version" variable for following jobs.
4848
- name: Get current version
4949
id: version
50-
run: echo "version=$(./gradlew -q -Prelease.quiet currentVersion)" >> "$VERSION"
50+
run: echo "VERSION=$(./gradlew -q -Prelease.quiet currentVersion)" >> "$GITHUB_OUTPUT"
5151

5252
maven:
5353
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)