Skip to content

Commit a8cdada

Browse files
committed
Fix release workflow without packages (2)
1 parent 48d915f commit a8cdada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- 'v*'
1919

2020
env:
21-
JAVA_VERSION: "8"
21+
JAVA_VERSION: 8
2222

2323
jobs:
2424
publish:
@@ -45,7 +45,7 @@ jobs:
4545
script: return context.repo.repo
4646
result-encoding: string
4747

48-
- name: Build ${{ steps.project-name.outputs.result }}
48+
- name: "Build ${{ steps.project-name.outputs.result }}"
4949
id: maven-build
5050
run: |
5151
mvn -B clean install

0 commit comments

Comments
 (0)