We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8bc1c commit 38af964Copy full SHA for 38af964
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
id: extract-version
88
run: |
89
MVN_VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
90
- echo "MVN_VERSION=$MVN_VERSION" >> $GITHUB_ENV
+ echo "MVN_VERSION=$MVN_VERSION" >> $GITHUB_OUTPUT
91
92
# Replaced all version occurrences in README.md (e.g., 1.0.0, 1.0.0-SNAPSHOT, and 1.0.0-beta3)
93
- name: "Change README"
0 commit comments