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 7592eb2 commit f5e6c1dCopy full SHA for f5e6c1d
.github/workflows/version-and-release.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
realversion="${GITHUB_REF/refs\/tags\//}"
18
realversion="${realversion//v/}"
19
- echo "::set-output name=VERSION::$realversion"
+ echo "VERSION=$realversion" >> "$GITHUB_OUTPUT"
20
21
- name: Set up publishing to maven central
22
uses: actions/setup-java@v2
0 commit comments