Skip to content

Commit 38af964

Browse files
Heiko KieselWeltraumschaf
authored andcommitted
Fix output variable name
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent ab8bc1c commit 38af964

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
@@ -87,7 +87,7 @@ jobs:
8787
id: extract-version
8888
run: |
8989
MVN_VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
90-
echo "MVN_VERSION=$MVN_VERSION" >> $GITHUB_ENV
90+
echo "MVN_VERSION=$MVN_VERSION" >> $GITHUB_OUTPUT
9191
9292
# Replaced all version occurrences in README.md (e.g., 1.0.0, 1.0.0-SNAPSHOT, and 1.0.0-beta3)
9393
- name: "Change README"

0 commit comments

Comments
 (0)