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 48d915f commit a8cdadaCopy full SHA for a8cdada
.github/workflows/release.yml
@@ -18,7 +18,7 @@ on:
18
- 'v*'
19
20
env:
21
- JAVA_VERSION: "8"
+ JAVA_VERSION: 8
22
23
jobs:
24
publish:
@@ -45,7 +45,7 @@ jobs:
45
script: return context.repo.repo
46
result-encoding: string
47
48
- - name: Build ${{ steps.project-name.outputs.result }}
+ - name: "Build ${{ steps.project-name.outputs.result }}"
49
id: maven-build
50
run: |
51
mvn -B clean install
0 commit comments