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 481f101 commit a84e2aeCopy full SHA for a84e2ae
.github/workflows/build.yml
@@ -18,12 +18,8 @@ jobs:
18
cache: maven
19
- name: Build
20
run: mvn clean install
21
- - name: Deploy
22
- run: mvn --batch-mode deploy
23
- env:
24
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
- name: Retrieve API version
26
- run: 'echo "::set-output name=version::$(mvn -f pom.xml help:evaluate -Dexpression=project.version -q -DforceStdout)"'
+ run: 'echo "version=$(mvn -f pom.xml help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT'
27
id: retrieveApiVersion
28
- name: Release new build
29
uses: softprops/[email protected]
0 commit comments