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 848924f commit 396f745Copy full SHA for 396f745
.github/workflows/maven-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Get the release version
19
id: get_version
20
- run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
+ run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT
21
22
- name: Set up JDK 11 for deploy to OSSRH
23
uses: actions/setup-java@v3
0 commit comments